Skip to content

Add k8s cluster autoscaler to test container integration #68

Add k8s cluster autoscaler to test container integration

Add k8s cluster autoscaler to test container integration #68

Workflow file for this run

name: Weekly latest product version tests
on:
schedule:
# Weekly on Sunday night (America/New_York)
- cron: "0 5 * * 1"
jobs:
test-common:
uses: ./.github/workflows/test-common.yml
with:
repo: core
# Options
latest: true
secrets: inherit
test-dbm-integrations:
uses: ./.github/workflows/test-dbm-integrations.yml
with:
repo: core
# Options
latest: true
secrets: inherit
test-container-integrations:
uses: ./.github/workflows/test-container-integrations.yml
with:
repo: core
# Options
latest: true
secrets: inherit
test-ndm-integrations:
uses: ./.github/workflows/test-ndm-integrations.yml
with:
repo: core
# Options
latest: true
secrets: inherit
test-platform-integrations:
uses: ./.github/workflows/test-platform-integrations.yml
with:
repo: core
# Options
latest: true
secrets: inherit
test-windows-integrations:
uses: ./.github/workflows/test-windows-integrations.yml
with:
repo: core
# Options
latest: true
secrets: inherit
test-windows-integrations:

Check failure on line 63 in .github/workflows/weekly-latest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/weekly-latest.yml

Invalid workflow file

You have an error in your yaml syntax on line 63
uses: ./.github/workflows/test-windows-integrations.yml
with:
repo: core
# Options
latest: true
secrets: inherit
test-integrations:
uses: ./.github/workflows/test-all.yml
with:
repo: core
# Options
latest: true
secrets: inherit
submit-traces:
needs:
- test-common
- test-dbm-integrations
- test-container-integrations
- test-ndm-integrations
- test-platform-integrations
- test-windows-integrations
- test-integrations
if: success() || failure()
uses: ./.github/workflows/submit-traces.yml
secrets: inherit