From af269801f98060799fa516c7620cf8d40ccbd7b9 Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Tue, 1 Sep 2020 00:14:08 +0900 Subject: .gitlab-ci.yml: Remove the WSL tests, we're not using this anymore. Our code does nothing special for WSL, and modern versions of WSL are implemented in such a way that we need not worry about this working on WSL anymore. As agreed on the mailing list, let's shut this down. Mailing list link: https://lists.apache.org/thread.html/rc49b6416980093ae9e73fda923e43ed668daa0c2a8d1bc94e52b774f%40%3Cdev.buildstream.apache.org%3E --- .gitlab-ci.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 537114a25..5f8949dc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -269,49 +269,6 @@ tests-win32-non-master: - master when: manual -tests-wsl-master: - stage: test - variables: - LC_ALL: C.UTF-8 - LANG: C.UTF-8 - tags: - - wsl - before_script: - - mount - - df -h - - PATH=/root/.local/bin:$PATH tox --version - script: - # Install static buildbox binaries - - wget https://buildbox-casd-binaries.nyc3.cdn.digitaloceanspaces.com/buildbox-x86_64-linux-0.0.14-872f221d.tar.xz - - tar -C /root/.local/bin -xf buildbox-x86_64-linux-0.0.14-872f221d.tar.xz - - - PATH=/root/.local/bin:$PATH ${TEST_COMMAND} - only: - - master - except: - - schedules - -tests-wsl-non-master: - stage: test - variables: - LC_ALL: C.UTF-8 - LANG: C.UTF-8 - tags: - - wsl - before_script: - - mount - - df -h - - PATH=/root/.local/bin:$PATH tox --version - script: - # Install static buildbox binaries - - wget https://buildbox-casd-binaries.nyc3.cdn.digitaloceanspaces.com/buildbox-x86_64-linux-0.0.14-872f221d.tar.xz - - tar -C /root/.local/bin -xf buildbox-x86_64-linux-0.0.14-872f221d.tar.xz - - - PATH=/root/.local/bin:$PATH ${TEST_COMMAND} - when: manual - except: - - master - # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. docs: -- cgit v1.2.1