Skip to content

Commit 2c5f548

Browse files
Disable creating GH issues for build failures. (#1677) (#1679)
The E2E tests are still unstable and the issues reported for those failures is creating a lot of noise in the issue tracker. (cherry picked from commit b394e2f) Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
1 parent 5295fc1 commit 2c5f548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ pipeline {
387387
cleanup {
388388
notifyBuildResult(prComment: true,
389389
analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: (isPR() ? env.CHANGE_TARGET : env.BRANCH_NAME)),
390-
githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS",
390+
githubIssue: false, // Disable creating gh issues for build failures while the E2E tests are stabilized.
391391
githubLabels: 'Team:Elastic-Agent-Control-Plane')
392392
}
393393
}

0 commit comments

Comments
 (0)