Skip to content

Commit

Permalink
CI: Update APT repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
AymericDu committed Jun 4, 2021
1 parent dc38c2e commit 0d9ec3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .cds/oio-sds-test-fast.pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
#!/bin/bash
set -x
sudo add-apt-repository ppa:longsleep/golang-backports
curl http://mirror.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | apt-key add -
apt-add-repository "deb http://mirror.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/"
curl http://mirror2.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | apt-key add -
apt-add-repository "deb http://mirror2.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/"
apt install -y $(tr '\n' ' ' < .cds/deps-ubuntu-bionic.txt)
mkdir /tmp/oio
virtualenv -p /usr/bin/python2 $HOME/oioenv
Expand Down
4 changes: 2 additions & 2 deletions .cds/oio-sds-test-functional.pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
#!/bin/bash
set -x
sudo add-apt-repository ppa:longsleep/golang-backports
curl http://mirror.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | apt-key add -
apt-add-repository "deb http://mirror.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/"
curl http://mirror2.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | apt-key add -
apt-add-repository "deb http://mirror2.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/"
apt install -y $(tr '\n' ' ' < .cds/deps-ubuntu-bionic.txt)
mkdir /tmp/oio
# We need these permissions for the ECD and container backup services to work
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
addons:
apt:
sources:
- sourceline: 'deb http://mirror2.openio.io/pub/repo/openio/sds/18.04/ubuntu/ bionic/'
- sourceline: 'deb http://mirror2.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/'
key_url: 'http://mirror2.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0'
# Please keep the following list sorted!
packages:
Expand Down

0 comments on commit 0d9ec3c

Please # to comment.