From 1905da5493eed045631c6c4cf561547a2661f420 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Fri, 19 Sep 2025 13:39:06 +0000 Subject: [PATCH] ci: Move cargo doc test back to test pipeline and use the dedicated agents. Depends on https://github.com/MaterializeInc/i2/pull/2841 For https://materializeinc.slack.com/archives/C01LKF361MZ/p1758285899379379 --- ci/nightly/pipeline.template.yml | 15 --------------- ci/test/pipeline.template.yml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 15 deletions(-) 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