diff --git a/.travis.yml b/.travis.yml index 5106de213..6d90e73ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ bundler_args: --without development before_install: - gem update --system - gem --version - - sudo apt-get update && sudo apt-get install -y libseccomp2 - - sudo systemctl restart docker stages: - name: e2e if: type IN (pull_request, cron) @@ -15,19 +13,19 @@ stages: jobs: include: - stage: e2e - name: "e2e: bionic docker with weave" + name: "e2e: xenial docker with weave" script: ./e2e/travis.sh rvm: 2.5.4 - dist: bionic + dist: xenial env: - CONTAINER_RUNTIME=docker - NETWORK_PROVIDER=weave - FOOTLOOSE_IMAGE=quay.io/footloose/ubuntu18.04 - stage: e2e - name: "e2e: bionic containerd with weave" + name: "e2e: xenial containerd with weave" script: ./e2e/travis.sh rvm: 2.5.4 - dist: bionic + dist: xenial env: - CONTAINER_RUNTIME=containerd - NETWORK_PROVIDER=weave @@ -36,7 +34,7 @@ jobs: name: "e2e: focal docker with weave" script: ./e2e/travis.sh rvm: 2.5.4 - dist: bionic + dist: xenial env: - CONTAINER_RUNTIME=docker - NETWORK_PROVIDER=weave @@ -45,16 +43,16 @@ jobs: name: "e2e: focal containerd with weave" script: ./e2e/travis.sh rvm: 2.5.4 - dist: bionic + dist: xenial env: - CONTAINER_RUNTIME=containerd - NETWORK_PROVIDER=weave - FOOTLOOSE_IMAGE=jakolehm/footloose-ubuntu20.04 - stage: e2e - name: "e2e: bionic docker with calico" + name: "e2e: xenial docker with calico" script: ./e2e/travis.sh rvm: 2.5.4 - dist: bionic + dist: xenial env: - CONTAINER_RUNTIME=docker - NETWORK_PROVIDER=calico @@ -63,7 +61,7 @@ jobs: name: "e2e: focal docker with calico" script: ./e2e/travis.sh rvm: 2.5.4 - dist: bionic + dist: xenial env: - CONTAINER_RUNTIME=docker - NETWORK_PROVIDER=calico @@ -72,7 +70,7 @@ jobs: name: "e2e: centos7 docker with weave" script: ./e2e/travis.sh rvm: 2.5.4 - dist: bionic + dist: xenial env: - CONTAINER_RUNTIME=docker - NETWORK_PROVIDER=weave @@ -81,7 +79,7 @@ jobs: name: "e2e: centos7 containerd with weave" script: ./e2e/travis.sh rvm: 2.5.4 - dist: bionic + dist: xenial env: - CONTAINER_RUNTIME=containerd - NETWORK_PROVIDER=weave @@ -90,7 +88,7 @@ jobs: name: "e2e: centos7 docker with calico" script: ./e2e/travis.sh rvm: 2.5.4 - dist: bionic + dist: xenial env: - CONTAINER_RUNTIME=docker - NETWORK_PROVIDER=calico diff --git a/e2e/travis.sh b/e2e/travis.sh index 151f3df7d..98a30277f 100755 --- a/e2e/travis.sh +++ b/e2e/travis.sh @@ -5,9 +5,6 @@ set -ue source ./e2e/util.sh -curl -fsSL https://get.docker.com -o get-docker.sh -sudo sh get-docker.sh - ssh-keygen -t rsa -f ~/.ssh/id_rsa_travis -N "" cat ~/.ssh/id_rsa_travis.pub > ~/.ssh/authorized_keys chmod 0600 ~/.ssh/authorized_keys diff --git a/lib/pharos/version.rb b/lib/pharos/version.rb index b0e6d2f6c..389fe33cd 100644 --- a/lib/pharos/version.rb +++ b/lib/pharos/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Pharos - VERSION = "3.2.1" + VERSION = "3.2.2" def self.version VERSION