Attempt: Hourly tests on ubuntu only through os exlusion rules
This commit is contained in:
14
.github/workflows/e2e-tests.yml
vendored
14
.github/workflows/e2e-tests.yml
vendored
@ -291,15 +291,15 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
# TODO: enable namespace-profile-windows-8-cores once available
|
||||||
- key: namespace-profile-ubuntu-8-cores
|
os: [namespace-profile-ubuntu-8-cores, namespace-profile-macos-8-cores, windows-16-cores]
|
||||||
- key: namespace-profile-macos-8-cores
|
|
||||||
if: github.event_name != 'schedule'
|
|
||||||
# TODO: enable namespace-profile-windows-8-cores once available
|
|
||||||
- key: windows-16-cores
|
|
||||||
if: github.event_name != 'schedule'
|
|
||||||
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
|
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
|
||||||
shardTotal: [8]
|
shardTotal: [8]
|
||||||
|
exclude:
|
||||||
|
- os: namespace-profile-macos-8-cores
|
||||||
|
if: github.event_name == 'schedule'
|
||||||
|
- os: windows-16-cores
|
||||||
|
if: github.event_name == 'schedule'
|
||||||
# TODO: add ref here for main and latest release tag
|
# TODO: add ref here for main and latest release tag
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user