From af56a84616ffb367b2da81eefdcd1ddf4a2c69ab Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 17 Jul 2024 15:57:36 +0200 Subject: [PATCH] ci/vkd3d: rename vkd3d runner script to vkd3d-runner.sh to match the other ones Moving it out of an otherwise-empty folder. Part-of: --- .gitlab-ci/prepare-artifacts.sh | 1 - .gitlab-ci/test/gitlab-ci.yml | 2 +- .gitlab-ci/{vkd3d-proton/run.sh => vkd3d-runner.sh} | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename .gitlab-ci/{vkd3d-proton/run.sh => vkd3d-runner.sh} (100%) diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index adc2c040f31..9607317a911 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -38,7 +38,6 @@ cp -Rp .gitlab-ci/fossilize-runner.sh install/ cp -Rp .gitlab-ci/crosvm-init.sh install/ cp -Rp .gitlab-ci/*.txt install/ cp -Rp .gitlab-ci/report-flakes.py install/ -cp -Rp .gitlab-ci/vkd3d-proton install/ cp -Rp .gitlab-ci/setup-test-env.sh install/ cp -Rp .gitlab-ci/*-runner.sh install/ cp -Rp .gitlab-ci/bin/structured_logger.py install/ diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 8816abf0c50..fd159830db5 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -124,7 +124,7 @@ python-test: .b2c-vkd3d-proton-test: variables: - HWCI_TEST_SCRIPT: ./install/vkd3d-proton/run.sh + HWCI_TEST_SCRIPT: install/vkd3d-runner.sh .piglit-traces-test: artifacts: diff --git a/.gitlab-ci/vkd3d-proton/run.sh b/.gitlab-ci/vkd3d-runner.sh similarity index 100% rename from .gitlab-ci/vkd3d-proton/run.sh rename to .gitlab-ci/vkd3d-runner.sh