Browse Source

Revert "feat(ci): *TEMP* downgrade GHA runners for acceptance tests to 18.04 (#32641)" (#32848)

This reverts commit 5e91b9c1d23d108bf3121b2feec8a0a5868b3b5c.
Billy Vong 3 years ago
parent
commit
f73524f6ea

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

@@ -16,7 +16,7 @@ on:
 jobs:
   frontend:
     name: frontend tests
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 20
     strategy:
       matrix:
@@ -88,7 +88,7 @@ jobs:
 
   webpack:
     name: create frontend bundle
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 10
     outputs:
       dist-path: ${{ steps.config.outputs.dist-path }}
@@ -145,7 +145,7 @@ jobs:
 
   acceptance:
     name: acceptance
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 20
     strategy:
       matrix:
@@ -208,7 +208,7 @@ jobs:
 
   chartcuterie:
     name: chartcuterie integration
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 30
     strategy:
       matrix:

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

@@ -11,7 +11,7 @@ on:
 jobs:
   test:
     name: api docs test
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     strategy:
       matrix:
         python-version: [3.8.12]

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

@@ -8,7 +8,7 @@ on:
 jobs:
   lint:
     name: backend lint
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 10
     strategy:
       matrix:

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

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

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

@@ -8,7 +8,7 @@ on:
 jobs:
   test:
     name: backend typing
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 12
     strategy:
       matrix:

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

@@ -4,7 +4,7 @@ on: pull_request
 jobs:
   should-check:
     name: did files change
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 3
     # Map a step output to a job output
     outputs:
@@ -22,7 +22,7 @@ jobs:
 
   main:
     name: check migration
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     strategy:
       matrix:
         python-version: [3.8.12]

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

@@ -8,7 +8,7 @@ on:
 jobs:
   test:
     name: cli test
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     timeout-minutes: 10
     strategy:
       matrix:

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

@@ -12,7 +12,7 @@ on:
 jobs:
   dispatch:
     name: getsentry dispatch
-    runs-on: ubuntu-18.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-18.04
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
 
@@ -116,7 +116,7 @@ jobs:
           yarn storybook-build
 
   webpack:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
 

+ 1 - 1
.github/workflows/meta-deploys-detect-change-type.yml

@@ -10,7 +10,7 @@ on:
 jobs:
   files-changed:
     name: detect what files changed
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
 

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