From fafb1a897e39ccae1278ab7b87cb6c1e14ac4b53 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 8 Sep 2023 09:58:30 +0100 Subject: [PATCH] ci/b2c: drop logic to remove install.tar It's still buggy, and it turns out `mcli` has some logic to check if a file really needs to be re-uploaded, so this doesn't actually change much to the time uploads take. This effectively reverts https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24196 Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index d82eea23b8b..fb0b78a44a3 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -339,7 +339,7 @@ clang-format: [ -d "$CI_COMMON_SCRIPTS" ] || exit 1 - B2C_TEST_SCRIPT="bash -euc 'if [ -f ${INSTALL_TARBALL_NAME} ]; then tar xf ${INSTALL_TARBALL_NAME} && rm ${INSTALL_TARBALL_NAME}; fi; [ -d install/ ]; ./install/common/init-stage2.sh'" + B2C_TEST_SCRIPT="bash -euc 'tar xf ${INSTALL_TARBALL_NAME}; ./install/common/init-stage2.sh'" # The Valve CI gateway receives jobs in a YAML format. Create a # job description from the CI environment.