Page MenuHomeDevCentral

Provide Jenkins agent image for Rust
ClosedPublic

Authored by dereckson on Sep 12 2018, 15:54.
Tags
None
Referenced Files
F2823279: D1744.diff
Thu, Apr 18, 01:31
F2820541: D1744.id4433.diff
Wed, Apr 17, 17:48
Unknown Object (File)
Mon, Apr 15, 01:35
Unknown Object (File)
Mon, Apr 15, 01:15
Unknown Object (File)
Mon, Apr 15, 00:31
Unknown Object (File)
Mon, Apr 15, 00:07
Unknown Object (File)
Sun, Apr 14, 10:10
Unknown Object (File)
Fri, Apr 12, 21:39
Subscribers
None

Details

Summary

The current validation use case is to build and publish
Limiting Factor (rLF) documentation.

Fixes T1406.

Test Plan
Test container
$ su - app
$ git clone https://devcentral.nasqueron.org/source/limiting-factor.git
$ cd limiting-factor
$ cargo build
$ cargo doc
# Fails with Diesel build, like on workstation
$ cargo doc --no-deps
# Documentation is at target/doc

Diff Detail

Repository
rDJENKINSAGENTS Docker images for Jenkins agents
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
rust (branched from master)
Build Status
Buildable 2719
Build 2967: arc lint + arc unit

Event Timeline

dereckson created this revision.

Tweak Dockerfile after test builds

This revision is now accepted and ready to land.Sep 12 2018, 18:32
This revision was automatically updated to reflect the committed changes.
dereckson retitled this revision from Provide Jenkins slave image for Rust to Provide Jenkins agent image for Rust.Sep 12 2021, 08:49