Skip to content

Commit

Permalink
redefine stages in child pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
erikayasuda committed Sep 23, 2024
1 parent a19609b commit ac6cd4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variables:

.test_base_hatch:
extends: .testrunner
stage: test
stage: tests
# Hatch doesn't use pre-built wheels or venvs so we can start them right away
needs: []
parallel: 4
Expand Down Expand Up @@ -34,7 +34,7 @@ variables:

.test_base_riot:
extends: .testrunner
stage: test
stage: tests
needs: [ build_base_venvs ]
parallel: 4
services:
Expand Down
4 changes: 4 additions & 0 deletions .gitlab/tests/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ include:
- local: .gitlab/tests.yml
- local: .gitlab/package.yml

stages:
- package
- tests

.testrunner:
image: $TESTRUNNER_IMAGE
# DEV: we have a larger pool of amd64 runners, prefer that over arm64
Expand Down

0 comments on commit ac6cd4d

Please sign in to comment.