ci: fold .test-check into its only user, python-test
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28452>
This commit is contained in:

committed by
Marge Bot

parent
c34cfc1a3b
commit
182ff5dada
@@ -43,7 +43,7 @@ rustfmt:
|
|||||||
- rustfmt --verbose src/**/lib.rs
|
- rustfmt --verbose src/**/lib.rs
|
||||||
- rustfmt --verbose src/**/main.rs
|
- rustfmt --verbose src/**/main.rs
|
||||||
|
|
||||||
.test-check:
|
python-test:
|
||||||
# Cancel job if a newer commit is pushed to the same branch
|
# Cancel job if a newer commit is pushed to the same branch
|
||||||
interruptible: true
|
interruptible: true
|
||||||
stage: code-validation
|
stage: code-validation
|
||||||
@@ -52,10 +52,6 @@ rustfmt:
|
|||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: fetch
|
GIT_STRATEGY: fetch
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
|
|
||||||
python-test:
|
|
||||||
extends:
|
|
||||||
- .test-check
|
|
||||||
script:
|
script:
|
||||||
- cd bin/ci
|
- cd bin/ci
|
||||||
- pip install --break-system-packages -r test/requirements.txt
|
- pip install --break-system-packages -r test/requirements.txt
|
||||||
|
Reference in New Issue
Block a user