diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb54524a4f3..9815d76083b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/.gitlab-ci/lava/lava-gitlab-ci.yml b/.gitlab-ci/lava/lava-gitlab-ci.yml index 7bd368468f1..ee96f3016f8 100755 --- a/.gitlab-ci/lava/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava/lava-gitlab-ci.yml @@ -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 diff --git a/.gitlab-ci/piglit/run.sh b/.gitlab-ci/piglit/piglit-traces.sh similarity index 100% rename from .gitlab-ci/piglit/run.sh rename to .gitlab-ci/piglit/piglit-traces.sh diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 3cb03bba437..2cbc5faa2cf 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -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: diff --git a/src/gallium/drivers/virgl/ci/gitlab-ci.yml b/src/gallium/drivers/virgl/ci/gitlab-ci.yml index 43aa62a2496..e814e5c8f9f 100644 --- a/src/gallium/drivers/virgl/ci/gitlab-ci.yml +++ b/src/gallium/drivers/virgl/ci/gitlab-ci.yml @@ -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