summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan van Berkom <tristan@codethink.co.uk>2020-09-01 00:14:08 +0900
committerTristan van Berkom <tristan@codethink.co.uk>2020-09-01 00:14:08 +0900
commitaf269801f98060799fa516c7620cf8d40ccbd7b9 (patch)
treede6bea764b35a6f855090ed052b87411e9ad9399
parente039a4fb6adbd113d5f6d20e862d8c0ee2198270 (diff)
downloadbuildstream-tristan/disable-wsl-ci.tar.gz
.gitlab-ci.yml: Remove the WSL tests, we're not using this anymore.tristan/disable-wsl-ci
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
-rw-r--r--.gitlab-ci.yml43
1 files changed, 0 insertions, 43 deletions
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: