Skip to content

Commit

Permalink
Update EA build status to not find GA builds
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Feb 7, 2025
1 parent d0d0ead commit d4fbcaa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/nightly_build_and_test_stats.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,15 @@ echo "BUILDURLS: "+pipelineJson
}
}
echo "B: "+job
echo "BB:"+releaseType
echo "BB:"+containsVariant
echo "BB:"+overridePublishName
echo "BB:"+buildScmRef
echo "BB:"+job.status
echo "BB RS:"+requiredStatus+"BB"
echo "BB:"+featureReleaseInt
echo "BB:"+containsX64AlpineLinux
echo "BB:"+featureRelease
// Is there a job for the required tag?
if (releaseType == "Weekly" && containsVariant && overridePublishName == publishName && buildScmRef == scmRef && job.status != null && (requiredStatus == "" || job.status == requiredStatus)) {
if (featureReleaseInt == 8) {
Expand Down

0 comments on commit d4fbcaa

Please sign in to comment.