Skip to content

Commit

Permalink
Merge pull request coreos#882 from marmijo/kola-azure-snooze-typo
Browse files Browse the repository at this point in the history
utils: fix typo in kola-azure snooze condition
  • Loading branch information
aaradhak authored Jun 26, 2023
2 parents 2550623 + 6a75c0a commit 26fb3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def run_cloud_tests(pipecfg, stream, version, cosa, basearch, commit) {
// for: https://github.com/coreos/fedora-coreos-tracker/issues/1515
def now = Calendar.instance
def month = now.get(Calendar.MONTH)
if (params.STREAM != "rawhide" || (month != Calendar.JUNE && month != Calendar.JULY)) {
if (stream != "rawhide" || (month != Calendar.JUNE && month != Calendar.JULY)) {
// Kick off the Kola Azure job if we have an artifact, credentials, and testing is enabled.
if (shwrapCapture("cosa meta --build=${version} --get-value images.azure") != "None" &&
cloud_testing_enabled_for_arch(pipecfg, 'azure', basearch) &&
Expand Down

0 comments on commit 26fb3c0

Please sign in to comment.