Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions ci/nightly/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,21 +107,6 @@ steps:
queue: hetzner-aarch64-4cpu-8gb
sanitizer: skip

- id: lint-cargo-doc-test
label: Cargo doc tests
command: bin/ci-builder run stable ci/test/lint-cargo-doc-test.sh
inputs:
- Cargo.lock
- Cargo.toml
- "**/Cargo.toml"
- "**/*.rs"
depends_on: []
timeout_in_minutes: 40
agents:
queue: hetzner-aarch64-16cpu-32gb
coverage: skip
sanitizer: skip

- id: sbomgen
timeout_in_minutes: 30
label: Generate SBOM and upload to AWS
Expand Down
16 changes: 16 additions & 0 deletions ci/test/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,22 @@ steps:
coverage: skip
sanitizer: skip

- id: lint-cargo-doc-test
label: Cargo doc tests
command: bin/ci-builder run stable ci/test/lint-cargo-doc-test.sh
inputs:
- Cargo.lock
- Cargo.toml
- "**/Cargo.toml"
- "**/*.rs"
depends_on: []
timeout_in_minutes: 40
agents:
queue: hetzner-x86-64-dedi-32cpu-128gb-cargo-test
coverage: skip
sanitizer: skip


- id: cargo-test
label: ":rust: Cargo test"
timeout_in_minutes: 60
Expand Down