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:
Deborah Brouwer
2024-11-25 01:18:46 -08:00
parent dca6310182
commit b6435207ab
6 changed files with 7 additions and 7 deletions

View File

@@ -821,7 +821,7 @@ python-test:
- .build-common
variables:
GIT_STRATEGY: fetch
S3_ARTIFACT_NAME: mesa-python-test
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
timeout: 10m
script:
- .gitlab-ci/run-pytest.sh

View File

@@ -18,7 +18,7 @@ variables:
JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
JOB_RESULTS_PATH: "${JOB_ARTIFACTS_BASE}/results.tar.zst"
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}"
PIGLIT_NO_WINDOW: 1
VISIBILITY_GROUP: "Collabora+fdo"

View File

@@ -122,7 +122,7 @@
LAVA_TAGS: "cbg-0"
# Ensure that we are using the release build artifact
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
dependencies: null
# Don't run in parallel. It is okay to performance jobs to take a little

View File

@@ -213,7 +213,7 @@
JOB_PRIORITY: 40
# Ensure that we are using the release build artifact
LAVA_S3_ARTIFACT_NAME: mesa-arm64-default-release
S3_ARTIFACT_NAME: mesa-python-test
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
needs:
- debian/x86_64_build
- debian-arm64-release

View File

@@ -39,7 +39,7 @@
variables:
JOB_PRIORITY: 40
LAVA_S3_ARTIFACT_NAME: mesa-x86_64-default-release
S3_ARTIFACT_NAME: mesa-python-test
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
needs:
- kernel+rootfs_x86_64
- debian-release

View File

@@ -129,7 +129,7 @@
variables:
JOB_PRIORITY: 40
LAVA_S3_ARTIFACT_NAME: mesa-x86_64-default-release
S3_ARTIFACT_NAME: mesa-python-test
S3_ARTIFACT_NAME: mesa-python-ci-artifacts
needs:
- kernel+rootfs_x86_64
- debian-release
@@ -426,7 +426,7 @@
LAVA_TAGS: "cbg-0"
# Ensure that we are using the release build artifact
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:
extends: