Skip to content

Commit 6584b41

Browse files
authored
Merge pull request #761 from lsst/u/danfuchs/stop-drift-detection
Stop periodic GitHub CI drift detection jobs
2 parents ee2a2b9 + db5f07f commit 6584b41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+122
-80
lines changed

.github/workflows/alerts-dev-gke-tf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- 'environment/deployments/alert-prod/env/dev-gke.tfvars'
1111
branches:
1212
- main
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

.github/workflows/alerts-dev-proj-tf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- 'environment/deployments/alert-prod/env/dev.tfvars'
1111
branches:
1212
- main
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

.github/workflows/butler-dev-proj-tf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- main
1111
paths:
1212
- 'environment/deployments/butler-repo/env/dev.tfvars'
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

.github/workflows/butler-dev-vpcpeer-tf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- main
1111
paths:
1212
- 'environment/deployments/butler-repo/env/dev-vpcpeer.tfvars'
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

.github/workflows/butler-dev-vpcpeer2.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- main
1111
paths:
1212
- 'environment/deployments/butler-repo/env/dev-vpcpeer2.tfvars'
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

.github/workflows/curation-prod-proj-tf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- main
1111
paths:
1212
- 'environment/deployments/data-curation/env/production.tfvars'
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

.github/workflows/panda-dev-cloudsql-tf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- main
1111
paths:
1212
- 'environment/deployments/panda/env/dev-cloudsql.tfvars'
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

.github/workflows/panda-dev-gke-tf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- main
1111
paths:
1212
- 'environment/deployments/panda/env/dev-gke.tfvars'
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

.github/workflows/panda-dev-proj-tf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- main
1111
paths:
1212
- 'environment/deployments/panda/env/dev.tfvars'
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

.github/workflows/roundtable-dev-cloudsql-tf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- main
1111
paths:
1212
- 'environment/deployments/roundtable/env/dev-cloudsql.tfvars'
13-
schedule:
14-
- cron: 25 2 * * *
13+
# Re-enable this when/if we want to deal with drift
14+
# schedule:
15+
# - cron: 25 2 * * *
1516

1617
jobs:
1718
terraform:

0 commit comments

Comments
 (0)