|
|
|
@ -83,8 +83,7 @@ jobs:
|
|
|
|
|
matrix:
|
|
|
|
|
os:
|
|
|
|
|
- ubuntu-latest
|
|
|
|
|
- ubuntu-20.04
|
|
|
|
|
- ubuntu-18.04
|
|
|
|
|
- windows-latest
|
|
|
|
|
steps:
|
|
|
|
|
-
|
|
|
|
|
name: Checkout
|
|
|
|
@ -103,8 +102,7 @@ jobs:
|
|
|
|
|
matrix:
|
|
|
|
|
os:
|
|
|
|
|
- ubuntu-latest
|
|
|
|
|
- ubuntu-20.04
|
|
|
|
|
- ubuntu-18.04
|
|
|
|
|
- windows-latest
|
|
|
|
|
steps:
|
|
|
|
|
-
|
|
|
|
|
name: Checkout
|
|
|
|
@ -124,8 +122,7 @@ jobs:
|
|
|
|
|
matrix:
|
|
|
|
|
os:
|
|
|
|
|
- ubuntu-latest
|
|
|
|
|
- ubuntu-20.04
|
|
|
|
|
- ubuntu-18.04
|
|
|
|
|
- windows-latest
|
|
|
|
|
steps:
|
|
|
|
|
-
|
|
|
|
|
name: Checkout
|
|
|
|
@ -150,8 +147,7 @@ jobs:
|
|
|
|
|
matrix:
|
|
|
|
|
os:
|
|
|
|
|
- ubuntu-latest
|
|
|
|
|
- ubuntu-20.04
|
|
|
|
|
- ubuntu-18.04
|
|
|
|
|
- windows-latest
|
|
|
|
|
steps:
|
|
|
|
|
-
|
|
|
|
|
name: Checkout
|
|
|
|
@ -165,7 +161,13 @@ jobs:
|
|
|
|
|
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
|
|
|
|
|
|
|
|
|
github-container:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
strategy:
|
|
|
|
|
fail-fast: false
|
|
|
|
|
matrix:
|
|
|
|
|
os:
|
|
|
|
|
- ubuntu-latest
|
|
|
|
|
- windows-latest
|
|
|
|
|
steps:
|
|
|
|
|
-
|
|
|
|
|
name: Checkout
|
|
|
|
@ -179,7 +181,13 @@ jobs:
|
|
|
|
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
|
|
gitlab:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
strategy:
|
|
|
|
|
fail-fast: false
|
|
|
|
|
matrix:
|
|
|
|
|
os:
|
|
|
|
|
- ubuntu-latest
|
|
|
|
|
- windows-latest
|
|
|
|
|
steps:
|
|
|
|
|
-
|
|
|
|
|
name: Checkout
|
|
|
|
@ -193,7 +201,13 @@ jobs:
|
|
|
|
|
password: ${{ secrets.GITLAB_TOKEN }}
|
|
|
|
|
|
|
|
|
|
google-artifact:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
strategy:
|
|
|
|
|
fail-fast: false
|
|
|
|
|
matrix:
|
|
|
|
|
os:
|
|
|
|
|
- ubuntu-latest
|
|
|
|
|
- windows-latest
|
|
|
|
|
steps:
|
|
|
|
|
-
|
|
|
|
|
name: Checkout
|
|
|
|
@ -207,7 +221,13 @@ jobs:
|
|
|
|
|
password: ${{ secrets.GAR_JSON_KEY }}
|
|
|
|
|
|
|
|
|
|
google-container:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
strategy:
|
|
|
|
|
fail-fast: false
|
|
|
|
|
matrix:
|
|
|
|
|
os:
|
|
|
|
|
- ubuntu-latest
|
|
|
|
|
- windows-latest
|
|
|
|
|
steps:
|
|
|
|
|
-
|
|
|
|
|
name: Checkout
|
|
|
|
|