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
|
PIGLIT_JUNIT_RESULTS: 1
|
||||||
CI_JOB_JWT_FILE: /minio_jwt # JWT file on piglit jobs should be available on / partition
|
CI_JOB_JWT_FILE: /minio_jwt # JWT file on piglit jobs should be available on / partition
|
||||||
script:
|
script:
|
||||||
- install/piglit/run.sh
|
- install/piglit/piglit-traces.sh
|
||||||
|
|
||||||
.deqp-test:
|
.deqp-test:
|
||||||
script:
|
script:
|
||||||
|
@@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
.lava-traces-base:
|
.lava-traces-base:
|
||||||
variables:
|
variables:
|
||||||
HWCI_TEST_SCRIPT: "/install/piglit/run.sh"
|
HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh"
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
junit: results/junit.xml
|
junit: results/junit.xml
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
extends:
|
extends:
|
||||||
- .piglit-traces-test
|
- .piglit-traces-test
|
||||||
variables:
|
variables:
|
||||||
HWCI_TEST_SCRIPT: "/install/piglit/run.sh"
|
HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh"
|
||||||
HWCI_START_XORG: 1
|
HWCI_START_XORG: 1
|
||||||
PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-freedreno.yml"
|
PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-freedreno.yml"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@@ -44,4 +44,4 @@ virgl-traces:
|
|||||||
script:
|
script:
|
||||||
# Use all threads for rendering and only run one job at a time
|
# 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
|
# 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