ci/traces: Rename the piglit/run.sh script to piglit-traces.sh.
That's the only use of this script that's left. Reviewed-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14604>
This commit is contained in:
@@ -1294,7 +1294,7 @@ debian-mingw32-x86_64:
|
||||
PIGLIT_JUNIT_RESULTS: 1
|
||||
CI_JOB_JWT_FILE: /minio_jwt # JWT file on piglit jobs should be available on / partition
|
||||
script:
|
||||
- install/piglit/run.sh
|
||||
- install/piglit/piglit-traces.sh
|
||||
|
||||
.deqp-test:
|
||||
script:
|
||||
|
@@ -85,7 +85,7 @@
|
||||
|
||||
.lava-traces-base:
|
||||
variables:
|
||||
HWCI_TEST_SCRIPT: "/install/piglit/run.sh"
|
||||
HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh"
|
||||
artifacts:
|
||||
reports:
|
||||
junit: results/junit.xml
|
||||
|
@@ -27,7 +27,7 @@
|
||||
extends:
|
||||
- .piglit-traces-test
|
||||
variables:
|
||||
HWCI_TEST_SCRIPT: "/install/piglit/run.sh"
|
||||
HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh"
|
||||
HWCI_START_XORG: 1
|
||||
PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-freedreno.yml"
|
||||
artifacts:
|
||||
|
@@ -44,4 +44,4 @@ virgl-traces:
|
||||
script:
|
||||
# Use all threads for rendering and only run one job at a time
|
||||
# Couldn't get GitLab CI to correctly substitute the variable in the yaml
|
||||
- LP_NUM_THREADS=${FDO_CI_CONCURRENT} FDO_CI_CONCURRENT=1 install/crosvm-runner.sh install/piglit/run.sh
|
||||
- LP_NUM_THREADS=${FDO_CI_CONCURRENT} FDO_CI_CONCURRENT=1 install/crosvm-runner.sh install/piglit/piglit-traces.sh
|
||||
|
Reference in New Issue
Block a user