ci: python-test rename artifacts
The current python-test job creates and compresses python related artifacts for use by future jobs. The artifacts are currently named `mesa-python-test` which is somewhat misleading because they are not needed for testing python scripts or libraries. Rename the artifacts generated by the python-test job to be more descriptive of their purpose. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32340>
This commit is contained in:
@@ -821,7 +821,7 @@ python-test:
|
|||||||
- .build-common
|
- .build-common
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: fetch
|
GIT_STRATEGY: fetch
|
||||||
S3_ARTIFACT_NAME: mesa-python-test
|
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
script:
|
script:
|
||||||
- .gitlab-ci/run-pytest.sh
|
- .gitlab-ci/run-pytest.sh
|
||||||
|
@@ -18,7 +18,7 @@ variables:
|
|||||||
JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
|
JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
|
||||||
JOB_RESULTS_PATH: "${JOB_ARTIFACTS_BASE}/results.tar.zst"
|
JOB_RESULTS_PATH: "${JOB_ARTIFACTS_BASE}/results.tar.zst"
|
||||||
LAVA_S3_ARTIFACT_NAME: "mesa-${ARCH}-default-debugoptimized"
|
LAVA_S3_ARTIFACT_NAME: "mesa-${ARCH}-default-debugoptimized"
|
||||||
S3_ARTIFACT_NAME: "mesa-python-test"
|
S3_ARTIFACT_NAME: "mesa-python-ci-artifacts"
|
||||||
S3_RESULTS_UPLOAD: "${JOB_ARTIFACTS_BASE}"
|
S3_RESULTS_UPLOAD: "${JOB_ARTIFACTS_BASE}"
|
||||||
PIGLIT_NO_WINDOW: 1
|
PIGLIT_NO_WINDOW: 1
|
||||||
VISIBILITY_GROUP: "Collabora+fdo"
|
VISIBILITY_GROUP: "Collabora+fdo"
|
||||||
|
@@ -122,7 +122,7 @@
|
|||||||
LAVA_TAGS: "cbg-0"
|
LAVA_TAGS: "cbg-0"
|
||||||
# Ensure that we are using the release build artifact
|
# Ensure that we are using the release build artifact
|
||||||
LAVA_S3_ARTIFACT_NAME: mesa-${ARCH}-default-release
|
LAVA_S3_ARTIFACT_NAME: mesa-${ARCH}-default-release
|
||||||
S3_ARTIFACT_NAME: mesa-python-test
|
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
|
||||||
# Reset dependencies in performance jobs to enforce the release build artifact
|
# Reset dependencies in performance jobs to enforce the release build artifact
|
||||||
dependencies: null
|
dependencies: null
|
||||||
# Don't run in parallel. It is okay to performance jobs to take a little
|
# Don't run in parallel. It is okay to performance jobs to take a little
|
||||||
|
@@ -213,7 +213,7 @@
|
|||||||
JOB_PRIORITY: 40
|
JOB_PRIORITY: 40
|
||||||
# Ensure that we are using the release build artifact
|
# Ensure that we are using the release build artifact
|
||||||
LAVA_S3_ARTIFACT_NAME: mesa-arm64-default-release
|
LAVA_S3_ARTIFACT_NAME: mesa-arm64-default-release
|
||||||
S3_ARTIFACT_NAME: mesa-python-test
|
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
|
||||||
needs:
|
needs:
|
||||||
- debian/x86_64_build
|
- debian/x86_64_build
|
||||||
- debian-arm64-release
|
- debian-arm64-release
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
variables:
|
variables:
|
||||||
JOB_PRIORITY: 40
|
JOB_PRIORITY: 40
|
||||||
LAVA_S3_ARTIFACT_NAME: mesa-x86_64-default-release
|
LAVA_S3_ARTIFACT_NAME: mesa-x86_64-default-release
|
||||||
S3_ARTIFACT_NAME: mesa-python-test
|
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
|
||||||
needs:
|
needs:
|
||||||
- kernel+rootfs_x86_64
|
- kernel+rootfs_x86_64
|
||||||
- debian-release
|
- debian-release
|
||||||
|
@@ -129,7 +129,7 @@
|
|||||||
variables:
|
variables:
|
||||||
JOB_PRIORITY: 40
|
JOB_PRIORITY: 40
|
||||||
LAVA_S3_ARTIFACT_NAME: mesa-x86_64-default-release
|
LAVA_S3_ARTIFACT_NAME: mesa-x86_64-default-release
|
||||||
S3_ARTIFACT_NAME: mesa-python-test
|
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
|
||||||
needs:
|
needs:
|
||||||
- kernel+rootfs_x86_64
|
- kernel+rootfs_x86_64
|
||||||
- debian-release
|
- debian-release
|
||||||
@@ -426,7 +426,7 @@
|
|||||||
LAVA_TAGS: "cbg-0"
|
LAVA_TAGS: "cbg-0"
|
||||||
# Ensure that we are using the release build artifact
|
# Ensure that we are using the release build artifact
|
||||||
LAVA_S3_ARTIFACT_NAME: mesa-x86_64-default-release
|
LAVA_S3_ARTIFACT_NAME: mesa-x86_64-default-release
|
||||||
S3_ARTIFACT_NAME: mesa-python-test
|
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
|
||||||
|
|
||||||
.iris-whl-traces-performance:
|
.iris-whl-traces-performance:
|
||||||
extends:
|
extends:
|
||||||
|
Reference in New Issue
Block a user