Skip to content
Snippets Groups Projects
Unverified Commit 04e56d01 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[CI] Run workflows using `ubuntu-22.04` - batch 5 (#28659)

parent 82888610
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ jobs:
build:
if: ${{ github.repository }} != 'metabase/metabase'
name: Build Metabase ${{ matrix.edition }} @${{ github.event.inputs.commit }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 40
strategy:
matrix:
......@@ -43,7 +43,7 @@ jobs:
uses: ./.github/actions/prepare-uberjar-artifact
check-uberjar-health:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Is ${{ matrix.edition }} (java ${{ matrix.java-version }}) healthy?
needs: build
timeout-minutes: 10
......@@ -69,7 +69,7 @@ jobs:
run: while ! curl -s 'http://localhost:3000/api/health' | grep '{"status":"ok"}'; do sleep 1; done
containerize:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: check-uberjar-health
timeout-minutes: 15
strategy:
......@@ -137,7 +137,7 @@ jobs:
echo "Finished!"
verify-docker-pull:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: containerize
timeout-minutes: 15
strategy:
......
......@@ -8,7 +8,7 @@ on:
jobs:
trigger-docs-update:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/github-script@v6
......@@ -25,7 +25,7 @@ jobs:
});
download-uberjar:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Download Uberjar for ${{ github.ref_name }}
......@@ -56,7 +56,7 @@ jobs:
./SHA256.sum
check-uberjar:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: download-uberjar
timeout-minutes: 10
strategy:
......@@ -90,7 +90,7 @@ jobs:
run: curl -s localhost:3000/api/health
containerize:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: check-uberjar
timeout-minutes: 15
services:
......@@ -239,7 +239,7 @@ jobs:
echo "Finished!"
verify-docker-pull:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: containerize
timeout-minutes: 15
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment