Skip to content

Commit

Permalink
Re-add templating of alternate cron days of week for feature branchs (#…
Browse files Browse the repository at this point in the history
…8597) (#6040)

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Aug 9, 2023
1 parent ecd97cd commit 6252d81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/8597.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion .teamcity/components/generated/project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class NightlyTriggerConfiguration(environment: String, branchRef: String, nightl
// If the environment parameter is set to the value of MAJOR_RELEASE_TESTING,
// change the days of week to the day for v5.0.0 feature branch testing
if (environment == MAJOR_RELEASE_TESTING) {
this.daysOfWeek = "4" // Thursday for GA
this.daysOfWeek = "5" // Friday for Beta
}
}
}

0 comments on commit 6252d81

Please sign in to comment.