Skip to content

Commit

Permalink
chore: update infra ci to run weekly and on release pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Dec 13, 2024
1 parent 77aa0b4 commit a735d58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-aks.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

name: AKS Nightly Test
name: AKS Test

on:
schedule:
- cron: '0 6 * * *' # Runs at midnight Mountain every day
- cron: '0 0 * * 0' # Every Sunday Midnight (UTC) / Saturday 5pm MT
pull_request:
types: [milestoned, opened, reopened, synchronize]
paths:
- tasks/iac.yaml
- .github/bundles/aks/*
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-eks.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

name: EKS Nightly Test
name: EKS Test

on:
schedule:
- cron: '0 6 * * *' # Runs at midnight Mountain every day
- cron: '0 0 * * 0' # Every Sunday Midnight (UTC) / Saturday 5pm MT
pull_request:
types: [milestoned, opened, reopened, synchronize]
paths:
- tasks/iac.yaml
- .github/bundles/eks/*
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-rke2.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

name: RKE2 Nightly Test
name: RKE2 Test

on:
schedule:
- cron: '0 6 * * *' # Runs at midnight Mountain every day
- cron: '0 0 * * 0' # Every Sunday Midnight (UTC) / Saturday 5pm MT
pull_request:
types: [milestoned, opened, reopened, synchronize]
paths:
- tasks/iac.yaml
- .github/bundles/rke2/*
Expand Down

0 comments on commit a735d58

Please sign in to comment.