From 5d30d11ccceae75765b001d6cd453b4e0713f6cf Mon Sep 17 00:00:00 2001 From: Sergi Blanch Torne Date: Fri, 3 Mar 2023 08:53:05 +0100 Subject: [PATCH] ci: include setup test environment script in the output artifacts In mesa/mesa !20272, some bash functions introduce a standard wait to setup gitlab ci sections, but the file collecting them needed to be included in the artifacts exported by mesa. Other projects that use tests like deqp-runner need to load these bash functions. Signed-off-by: Sergi Blanch Torne Part-of: --- .gitlab-ci/prepare-artifacts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index 3df83151c6f..8592c85ea7b 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -38,6 +38,7 @@ cp -Rp .gitlab-ci/*.txt install/ cp -Rp .gitlab-ci/report-flakes.py install/ cp -Rp .gitlab-ci/valve install/ cp -Rp .gitlab-ci/vkd3d-proton install/ +cp -Rp .gitlab-ci/setup-test-env.sh install/ cp -Rp .gitlab-ci/*-runner.sh install/ find . -path \*/ci/\*.txt \ -o -path \*/ci/\*.toml \