ci/piglit: provide default device name
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36145>
This commit is contained in:
committed by
Marge Bot
parent
8e568a1ed3
commit
9c42e66de1
@@ -140,6 +140,7 @@
|
||||
- .test-piglit
|
||||
variables:
|
||||
PIGLIT_REPLAY_EXTRA_ARGS: --db-path ${CI_PROJECT_DIR}/replayer-db/ --minio_bucket=${S3_TRACIE_PUBLIC_BUCKET} --jwt-file=${S3_JWT_FILE}
|
||||
PIGLIT_REPLAY_DEVICE_NAME: $GPU_VERSION
|
||||
PIGLIT_NO_WINDOW: 1
|
||||
HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh"
|
||||
script:
|
||||
|
||||
@@ -199,7 +199,6 @@ v3d-rpi4-traces:arm64:
|
||||
variables:
|
||||
HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh"
|
||||
PIGLIT_TRACES_FILE: traces-broadcom.yml
|
||||
PIGLIT_REPLAY_DEVICE_NAME: "broadcom-rpi4"
|
||||
PIGLIT_RESULTS: "broadcom-rpi4-replay"
|
||||
|
||||
v3d-rpi4-gl:arm32:
|
||||
@@ -462,7 +461,6 @@ v3d-rpi5-traces:arm64:
|
||||
variables:
|
||||
HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh"
|
||||
PIGLIT_TRACES_FILE: traces-broadcom.yml
|
||||
PIGLIT_REPLAY_DEVICE_NAME: "broadcom-rpi5"
|
||||
PIGLIT_RESULTS: "broadcom-rpi5-replay"
|
||||
|
||||
v3dv-rpi5-vk:arm64:
|
||||
|
||||
@@ -54,7 +54,6 @@ a306-traces:
|
||||
rules:
|
||||
- when: never # Google nginx needs updating
|
||||
variables:
|
||||
PIGLIT_REPLAY_DEVICE_NAME: "freedreno-a306"
|
||||
PIGLIT_RESULTS: "freedreno-a306-replay"
|
||||
|
||||
a530-gl:
|
||||
@@ -74,7 +73,6 @@ a530-traces:
|
||||
rules:
|
||||
- when: never # Google nginx needs updating
|
||||
variables:
|
||||
PIGLIT_REPLAY_DEVICE_NAME: "freedreno-a530"
|
||||
PIGLIT_RESULTS: "freedreno-a530-replay"
|
||||
|
||||
a530-piglit:
|
||||
@@ -410,7 +408,6 @@ a630-traces:
|
||||
rules:
|
||||
- when: never # Cheza DUTs are retired and no longer active
|
||||
variables:
|
||||
PIGLIT_REPLAY_DEVICE_NAME: "freedreno-a630"
|
||||
PIGLIT_RESULTS: "freedreno-a630-replay"
|
||||
# This lets us run several more traces which don't use any features we're
|
||||
# missing.
|
||||
|
||||
Reference in New Issue
Block a user