1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Upgrade all testing linux CI machines to Ubuntu-20.04 (#3799)

This commit is contained in:
Sebastian Malton 2021-09-16 09:02:43 -04:00 committed by GitHub
parent be1a2ebe59
commit 1ebb8eedf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 13 deletions

View File

@ -15,7 +15,7 @@ trigger: none
jobs:
- job: Linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
strategy:
matrix:
kube_1.16:
@ -46,7 +46,7 @@ jobs:
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube
sudo minikube start --driver=none --kubernetes-version $(kubernetes_version)
# Although the kube and minikube config files are in placed $HOME they are owned by root
sudo mv /root/.kube /root/.minikube $HOME
sudo chown -R $USER $HOME/.kube $HOME/.minikube
displayName: Install integration test dependencies
- script: make node_modules

View File

@ -109,7 +109,7 @@ jobs:
- job: Linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
strategy:
matrix:
node_14.x:

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]
node-version: [14.x]
steps:
- name: Checkout Release from lens
@ -67,15 +67,9 @@ jobs:
- run: make test-extensions
name: Run In-tree Extension tests
- run: |
sudo apt-get update
sudo apt-get install libgconf-2-4 conntrack -y
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube
sudo minikube start --driver=none
# Although the kube and minikube config files are in placed $HOME they are owned by root
sudo chown -R $USER $HOME/.kube $HOME/.minikube
name: Install integration test dependencies
- name: Install integration test dependencies
id: minikube
uses: medyagh/setup-minikube@5a9a7104d7322fa40424de8855c84685e89cefd7
if: runner.os == 'Linux'
- run: xvfb-run --auto-servernum --server-args='-screen 0, 1600x900x24' make integration