diff --git a/ci/nightly/pipeline.template.yml b/ci/nightly/pipeline.template.yml index 93f17c069c135..da576669dea50 100644 --- a/ci/nightly/pipeline.template.yml +++ b/ci/nightly/pipeline.template.yml @@ -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 diff --git a/ci/test/pipeline.template.yml b/ci/test/pipeline.template.yml index 767e6a471e43c..8f896b2ae358b 100644 --- a/ci/test/pipeline.template.yml +++ b/ci/test/pipeline.template.yml @@ -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