Skip to content

Commit b4537f5

Browse files
mathstufkwrobot
authored andcommitted
Merge topic 'ci-remove-minimum-test'
344c7f9 gitlab-ci: remove `minimum` builds Acked-by: Kitware Robot <[email protected]> Tested-by: buildbot <[email protected]> Merge-request: !465
2 parents aeb4a23 + 344c7f9 commit b4537f5

File tree

1 file changed

+0
-61
lines changed

1 file changed

+0
-61
lines changed

.gitlab-ci.yml

-61
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ stages:
2424
extends: .rust_minimum_mindeps
2525
image: "rust:1.64"
2626

27-
.rust_minimum:
28-
image: "rust:1.63"
29-
30-
variables:
31-
CARGO_UPDATE_POLICY: newest
32-
GIT_CLONE_PATH: $CI_BUILDS_DIR/rust
33-
3427
.rust_stable:
3528
image: "rust:latest"
3629

@@ -148,32 +141,6 @@ audit-newest:build:
148141
needs:
149142
- cache-newest:prep
150143

151-
minimum:build:
152-
extends:
153-
- .rust_minimum
154-
- .cargo_no_features
155-
- .cargo_build_job
156-
- .cargo_build_tags
157-
- .cargo_build_artifacts
158-
- .run_automatically
159-
dependencies:
160-
- cache-newest:prep
161-
needs:
162-
- cache-newest:prep
163-
164-
minimum:test:
165-
extends:
166-
- .rust_minimum
167-
- .cargo_no_features
168-
- .cargo_test_job
169-
- .cargo_build_tags
170-
- .cargo_test_artifacts
171-
- .run_automatically
172-
dependencies:
173-
- minimum:build
174-
needs:
175-
- minimum:build
176-
177144
stable:build:
178145
extends:
179146
- .rust_stable
@@ -252,32 +219,6 @@ mindeps:test:
252219
needs:
253220
- mindeps:build
254221

255-
minimum-features:build:
256-
extends:
257-
- .rust_minimum
258-
- .cargo_all_features
259-
- .cargo_build_job
260-
- .cargo_build_tags
261-
- .cargo_build_artifacts
262-
- .run_automatically
263-
dependencies:
264-
- cache-newest:prep
265-
needs:
266-
- cache-newest:prep
267-
268-
minimum-features:test:
269-
extends:
270-
- .rust_minimum
271-
- .cargo_all_features
272-
- .cargo_test_job
273-
- .cargo_build_tags
274-
- .cargo_test_artifacts
275-
- .run_automatically
276-
dependencies:
277-
- minimum-features:build
278-
needs:
279-
- minimum-features:build
280-
281222
stable-features:build:
282223
extends:
283224
- .rust_stable
@@ -395,8 +336,6 @@ publish:
395336
- clippy-features:build
396337
- mindeps:test
397338
- mindeps-features:test
398-
- minimum:test
399-
- minimum-features:test
400339
- nightly:test
401340
- nightly-features:test
402341
- stable:test

0 commit comments

Comments
 (0)