Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fff-rs/continuous-integration
concourse yaml configs for consistent continuous integration
https://github.com/fff-rs/continuous-integration
coaster concourse continuous-integration greenglas
Last synced: about 1 month ago
JSON representation
concourse yaml configs for consistent continuous integration
- Host: GitHub
- URL: https://github.com/fff-rs/continuous-integration
- Owner: fff-rs
- Created: 2017-05-08T12:19:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T11:45:00.000Z (8 months ago)
- Last Synced: 2024-04-26T10:27:12.619Z (8 months ago)
- Topics: coaster, concourse, continuous-integration, greenglas
- Language: Rust
- Homepage: https://ci.spearow.io
- Size: 229 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Juice Project Status
An overview page of all repositories involved in the juice framework:
## Crates
Since the integration into the workspace repo, currently there is only the overarching project status available.
| Project | Status |
| ---------------- | --- |
| juice (default) | [![Build Status juice (default)](https://ci.fff.rs/api/v1/teams/fff/pipelines/juice/jobs/test-juice-fedora-default/badge)](https://ci.fff.rs/teams/fff/pipelines/juice) |
| juice (native) | [![Build Status juice (native)](https://ci.fff.rs/api/v1/teams/fff/pipelines/juice/jobs/test-juice-fedora-native/badge)](https://ci.fff.rs/teams/fff/pipelines/juice) |
| juice (cuda) | [![Build Status juice (cuda)](https://ci.fff.rs/api/v1/teams/fff/pipelines/juice/jobs/test-juice-fedora-cuda/badge)](https://ci.fff.rs/teams/fff/pipelines/juice) |## Base
All crates are tested per PR on these base images, which is currently limted to [latest fedora version](https://getfedora.org).
| Container | Status |
| --- | --- |
| fedora-base | [![Build Status Base](https://ci.fff.rs/api/v1/teams/fff/pipelines//juice-containers/jobs/create-oci-fedora-base/badge)](https://ci.fff.rs/teams/fff/pipelines/juice-containers/jobs/create-oci-fedora-base) |
| fedora-native | [![Build Status Native](https://ci.fff.rs/api/v1/teams/fff/pipelines//juice-containers/jobs/create-oci-fedora-native/badge)](https://ci.fff.rs/teams/fff/pipelines/juice-containers/jobs/create-oci-fedora-native) |
| fedora-cuda | [![Build Status Cuda](https://ci.fff.rs/api/v1/teams/fff/pipelines//juice-containers/jobs/create-oci-fedora-cuda/badge)](https://ci.fff.rs/teams/fff/pipelines/juice-containers/jobs/create-oci-fedora-cuda) |
| fedora-default | [![Build Status Default](https://ci.fff.rs/api/v1/teams/fff/pipelines//juice-containers/jobs/create-oci-fedora-default/badge)](https://ci.fff.rs/teams/fff/pipelines/juice-containers/jobs/create-oci-fedora-default) |The containers are available from the OCI registry [quay.io](https://quay.io/organization/fff) by adding
a prefix of `container-` to the above table.To regenerate the pipelines after a change to anything in the `templates` dir, make sure to regenerate with `cargo run`, which will spawn `3` files in the root dir of this repository: `juice.yml`, `juice-containers.yml`, and `juice-crashtest.yml`.