diff options
author | bst-marge-bot <marge-bot@buildstream.build> | 2019-10-03 19:32:20 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-10-03 19:32:20 +0000 |
commit | 645496b23268b1ad8ddb9de6247ee99dc71ec79d (patch) | |
tree | 5e36bf5b79ade3a9cd7b4083d5f65096b2ea64fb | |
parent | f47c0abfdbe9e10f98f3459931a0b26e7281af91 (diff) | |
parent | 99b0117a7d5d4b053c91d00f6e7117b007e4f72e (diff) | |
download | buildstream-645496b23268b1ad8ddb9de6247ee99dc71ec79d.tar.gz |
Merge branch 'jjardon/overnigth_casd' into 'master'
.gitlab-ci.yml: overnigth tests need buildbox-casd
See merge request BuildStream/buildstream!1618
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 130b52e9a..00761f2ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -288,6 +288,9 @@ docs: fetchers: 2 EOF - dnf install -y ostree python3-gobject-base + - wget https://buildbox-casd-binaries.nyc3.cdn.digitaloceanspaces.com/buildbox-casd-x86_64-linux-20190930-f9862db1.tar.xz + - tar -C /root/.local/bin -xf buildbox-casd-x86_64-linux-20190930-f9862db1.tar.xz + - export PATH=/root/.local/bin:$PATH - pip3 install -r requirements/requirements.txt -r requirements/plugin-requirements.txt - pip3 wheel --wheel-dir wheels/ --no-deps . - pip3 install --no-index wheels/* |