Skip to content

Commit dc9527e

Browse files
authored
Merge pull request #33642 from def-/pr-cargo-doc-test
ci: Move cargo doc test back to test pipeline
2 parents f5d10e1 + 1905da5 commit dc9527e

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

ci/nightly/pipeline.template.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,6 @@ steps:
107107
queue: hetzner-aarch64-4cpu-8gb
108108
sanitizer: skip
109109

110-
- id: lint-cargo-doc-test
111-
label: Cargo doc tests
112-
command: bin/ci-builder run stable ci/test/lint-cargo-doc-test.sh
113-
inputs:
114-
- Cargo.lock
115-
- Cargo.toml
116-
- "**/Cargo.toml"
117-
- "**/*.rs"
118-
depends_on: []
119-
timeout_in_minutes: 40
120-
agents:
121-
queue: hetzner-aarch64-16cpu-32gb
122-
coverage: skip
123-
sanitizer: skip
124-
125110
- id: sbomgen
126111
timeout_in_minutes: 30
127112
label: Generate SBOM and upload to AWS

ci/test/pipeline.template.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,22 @@ steps:
240240
coverage: skip
241241
sanitizer: skip
242242

243+
- id: lint-cargo-doc-test
244+
label: Cargo doc tests
245+
command: bin/ci-builder run stable ci/test/lint-cargo-doc-test.sh
246+
inputs:
247+
- Cargo.lock
248+
- Cargo.toml
249+
- "**/Cargo.toml"
250+
- "**/*.rs"
251+
depends_on: []
252+
timeout_in_minutes: 40
253+
agents:
254+
queue: hetzner-x86-64-dedi-32cpu-128gb-cargo-test
255+
coverage: skip
256+
sanitizer: skip
257+
258+
243259
- id: cargo-test
244260
label: ":rust: Cargo test"
245261
timeout_in_minutes: 60

0 commit comments

Comments
 (0)