fix(KFLUXBUGS-1581): force releaseNotes.type when cves defined#619
Conversation
|
Skipping CI for Draft Pull Request. |
30d70b4 to
9b3c6ae
Compare
9b3c6ae to
835e219
Compare
835e219 to
57f909b
Compare
57f909b to
c6f0c88
Compare
|
/retest |
c6f0c88 to
7728691
Compare
|
/retest |
7728691 to
3b0659c
Compare
|
@johnbieren: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
3b0659c to
bcbfd4d
Compare
|
New changes are detected. LGTM label has been removed. |
2920ab9 to
b915ff2
Compare
|
/retest |
|
@flacatus can you help me figure out why e2e is failing here? I downloaded the artifacts but I can't figure it out |
e5e88e6 to
c86e816
Compare
|
/retest |
c86e816 to
fb27b27
Compare
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
Rh-advisories e2e test case seems need to be changed since I saw this error from the log -
_ |
|
/retest |
Thanks for pointing that out. E2E has been so flaky I didn't even look. You are right, https://github.com/konflux-ci/e2e-tests/blob/main/tests/release/pipelines/rh_advisories.go#L263 is wrong. I will update it |
|
The same for multiarch_advisories.go. I got the data from the JIRA task. I didn't know what it should be before.
|
|
This commit modifies the create-advisory task to fail when releaseNotes.type is RHSA but there are no CVEs listed as fixed. Also, if there are CVEs fixed, the type is forced to be RHSA regardless of what type the user provides. Signed-off-by: Johnny Bieren <jbieren@redhat.com>
fb27b27 to
a09d1ab
Compare
This commit modifies the create-advisory task to fail when releaseNotes.type is RHSA but there are no CVEs listed as fixed. Also, if there are CVEs fixed, the type is forced to be RHSA regardless of what type the user provides. Signed-off-by: Johnny Bieren <jbieren@redhat.com>
This commit modifies the create-advisory task to fail when releaseNotes.type is RHSA but there are no CVEs listed as fixed. Also, if there are CVEs fixed, the type is forced to be RHSA regardless of what type the user provides.