Page MenuHomeDevCentral

Provide Jenkins agent image for Rust
ClosedPublic

Authored by dereckson on Sep 12 2018, 15:54.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 27, 22:01
Unknown Object (File)
Wed, Mar 27, 21:54
Unknown Object (File)
Wed, Mar 27, 21:37
Unknown Object (File)
Wed, Mar 27, 21:37
Unknown Object (File)
Wed, Mar 27, 21:32
Unknown Object (File)
Wed, Mar 27, 02:36
Unknown Object (File)
Fri, Mar 22, 20:38
Unknown Object (File)
Fri, Mar 22, 19:25
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 2718
Build 2966: 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