All on gh, just to see
This commit is contained in:
8
.github/workflows/e2e-tests.yml
vendored
8
.github/workflows/e2e-tests.yml
vendored
@ -291,8 +291,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# TODO: enable namespace-profile-windows-8-cores once available
|
||||
os: [ubuntu-latest, namespace-profile-macos-4-cores, windows-8-cores]
|
||||
# TODO: enable namespace-profile-windows-latest once available
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
|
||||
shardTotal: [8]
|
||||
# Disable macos and windows tests on hourly e2e tests since we only care
|
||||
@ -301,9 +301,9 @@ jobs:
|
||||
isScheduled:
|
||||
- ${{ github.event_name == 'schedule' }}
|
||||
exclude:
|
||||
- os: namespace-profile-macos-4-cores
|
||||
- os: macos-latest
|
||||
isScheduled: true
|
||||
- os: windows-8-cores
|
||||
- os: windows-latest
|
||||
isScheduled: true
|
||||
# TODO: add ref here for main and latest release tag
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user