mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 00:31:42 +00:00
Fix(ci) downgrade ubuntu version on playwright jobs (#19339)
* Fix: downgrading ubuntu version to 22.04 on playwright jobs * Fix: indentation issue in playwright skip jobs (cherry picked from commit 21dd3e4342225e559a48e74f4366e25bf9a1f3f7)
This commit is contained in:
parent
32db93ca28
commit
4b2ff1cba9
@ -31,9 +31,9 @@ jobs:
|
|||||||
playwright-ci-mysql:
|
playwright-ci-mysql:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
shardIndex: [1, 2]
|
shardIndex: [1, 2]
|
||||||
shardTotal: [2]
|
shardTotal: [2]
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "Step is not required"'
|
- run: 'echo "Step is not required"'
|
||||||
|
|||||||
2
.github/workflows/playwright-mysql-e2e.yml
vendored
2
.github/workflows/playwright-mysql-e2e.yml
vendored
@ -36,7 +36,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
playwright-ci-mysql:
|
playwright-ci-mysql:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
environment: test
|
environment: test
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
@ -31,9 +31,9 @@ jobs:
|
|||||||
playwright-ci-postgresql:
|
playwright-ci-postgresql:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
shardIndex: [1, 2]
|
shardIndex: [1, 2]
|
||||||
shardTotal: [2]
|
shardTotal: [2]
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "Step is not required"'
|
- run: 'echo "Step is not required"'
|
||||||
|
|||||||
@ -36,7 +36,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
playwright-ci-postgresql:
|
playwright-ci-postgresql:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
environment: test
|
environment: test
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user