Skip to content

Commit

Permalink
Disable creating GH issues for build failures. (#1677) (#1678)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mergify[bot] and cmacknz authored Nov 2, 2022
1 parent cbf10d6 commit c89cc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ pipeline {
cleanup {
notifyBuildResult(prComment: true,
analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: (isPR() ? env.CHANGE_TARGET : env.BRANCH_NAME)),
githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS",
githubIssue: false, // Disable creating gh issues for build failures while the E2E tests are stabilized.
githubLabels: 'Team:Elastic-Agent-Control-Plane')
}
}
Expand Down

0 comments on commit c89cc6f

Please sign in to comment.