-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(KONFLUX-5971): set intg test status in git according to PR bld PLR
* set integration tests status to pending when build plr is triggered or retriggered * set integration test status to failed/cancelled when build plr fails * set integration test status to failed/cancelled with failure reason when snapshot is not created to show to users on git provider Signed-off-by: Hongwei Liu<[email protected]>
- Loading branch information
1 parent
7744cfb
commit 96355e8
Showing
16 changed files
with
494 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
package helpers | ||
|
||
const CreateSnapshotAnnotationName = "test.appstudio.openshift.io/create-snapshot-status" | ||
const ( | ||
// CreateSnapshotAnnotationName contains metadata of snapshot creation failure or success | ||
CreateSnapshotAnnotationName = "test.appstudio.openshift.io/create-snapshot-status" | ||
|
||
// SnapshotCreationReportAnnotation contains metadata of snapshot creation status reporting to git provider | ||
// to initialize integration test or set it to cancelled or failed | ||
SnapshotCreationReportAnnotation = "test.appstudio.openshift.io/snapshot-creation-report" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.