-
Notifications
You must be signed in to change notification settings - Fork 41
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
11f4a60
commit c75fedd
Showing
23 changed files
with
887 additions
and
244 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 medata 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 | ||
SnapshotCreationReportAnnotation = "test.appstudio.openshift.io/snapshot-creation-report" | ||
) |
Oops, something went wrong.