-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RHTAP-3358 Promotion pipeline for GitLab/Jenkins(+ some fixes for #206
base: main
Are you sure you want to change the base?
Conversation
/retest |
1 similar comment
/retest |
2115a83
to
f5a3c06
Compare
/retest |
repositoryName, developmentEnvironmentName, stagingEnvironmentName); | ||
expect(gitopsPromotionMergeRequestNumber).toBeDefined(); | ||
|
||
await waitForGitLabCIPipelineToFinish(gitLabProvider, gitlabRepositoryGitOpsID, 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add more debug log to see whether pipeline failed for EC verify or any other issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put this under refactoring Jira. In case of gitlab you will need to collect all jobs for pipeline and then get logs - so unfortunately it is not one liner :(
GitLab) Signed-off-by: Josef Kopriva <[email protected]>
Signed-off-by: Josef Kopriva <[email protected]>
Fixed conflicts in yarn.lock
Quality Gate failedFailed conditions |
/retest |
GitLab)