Browse Source

build(ci): Upgrade GH runners to Ubuntu 20 (#23939)

Armen Zambrano G 4 years ago
parent
commit
1a5dbb1ff4

+ 2 - 2
.github/workflows/acceptance.yml

@@ -16,7 +16,7 @@ on:
 jobs:
   frontend:
     name: frontend tests
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 20
 
     env:
@@ -72,7 +72,7 @@ jobs:
 
   acceptance:
     name: acceptance
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 20
     strategy:
       matrix:

+ 1 - 1
.github/workflows/api-docs-test.yml

@@ -12,7 +12,7 @@ on:
 jobs:
   test:
     name: api docs test
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
 

+ 1 - 1
.github/workflows/backend-lint.yml

@@ -9,7 +9,7 @@ on:
 jobs:
   lint:
     name: backend lint
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 10
 
     steps:

+ 1 - 1
.github/workflows/backend-test.yml

@@ -9,7 +9,7 @@ on:
 jobs:
   test:
     name: backend test
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 30
     strategy:
       matrix:

+ 1 - 1
.github/workflows/check-if-migration-is-required.yml

@@ -9,7 +9,7 @@ on:
 jobs:
   main:
     name: is migration required
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
 
     steps:
       - uses: actions/checkout@v2

+ 1 - 1
.github/workflows/command-line-test.yml

@@ -9,7 +9,7 @@ on:
 jobs:
   test:
     name: cli test
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 10
     steps:
       - uses: actions/checkout@v2

+ 1 - 1
.github/workflows/getsentry-dispatch.yml

@@ -12,7 +12,7 @@ on:
 jobs:
   dispatch:
     name: getsentry dispatch
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     steps:
       # Need to checkout just for `github/file-filters.yml`
       - uses: actions/checkout@v2

+ 2 - 2
.github/workflows/js-build-and-lint.yml

@@ -11,7 +11,7 @@ on:
 jobs:
   typescript-and-lint:
     name: typescript and lint
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
 
@@ -110,7 +110,7 @@ jobs:
           yarn storybook-build
 
   webpack:
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
 

+ 1 - 1
.github/workflows/migrations.yml

@@ -7,7 +7,7 @@ on:
 jobs:
   sql:
     name: Generate SQL
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 8
 
     steps:

+ 1 - 1
.github/workflows/plugins-test.yml

@@ -9,7 +9,7 @@ on:
 jobs:
   test:
     name: plugins test
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 10
     steps:
       - uses: actions/checkout@v2

Some files were not shown because too many files changed in this diff