feat(vector): add tls-scanner image to e2e job - #81300
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated a CI configuration file for ViaQ vector v0.54.0-rh to add an ChangesCI Config Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/pj-rehearse ack |
|
@vparfonov: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse |
|
@vparfonov: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/assign @xperimental |
| cli: latest | ||
| commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=${ARTIFACT_DIR}/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts | ||
| make test-e2e | ||
| make test-e2e IMAGE_TLS_SCANNER=quay-proxy.ci.openshift.org/openshift/ci:tls-scanner_tls-scanner_tls-scanner-tool |
There was a problem hiding this comment.
There was a problem hiding this comment.
also not clear why this mapping not working at all: https://github.com/openshift/release/blob/main/core-services/image-mirroring/tls-scanner/mapping_tls_scanner_quay
There was a problem hiding this comment.
I think the same comments would also apply to #79612, which should probably have a follow-up with these changes after this one merges.
re "mapping": I am not talking about image-mirroring out of CI. This job is running inside the CI, which means it should be able to consume the tls-scanner image which is already inside the CI using an item in base_images instead.
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
@vparfonov: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-ViaQ-vector-v0.54.0-rh-cluster-logging-operator-e2e |
|
@vparfonov: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-ViaQ-vector-v0.54.0-rh-cluster-logging-operator-e2e |
|
@vparfonov: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@vparfonov: all tests passed! 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. |
|
/approve |
|
@xperimental: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcantrill, vparfonov, xperimental The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
ref: https://redhat.atlassian.net/browse/LOG-9405
/assign @jcantrill
Summary by CodeRabbit
This change updates the Vector repository’s OpenShift CI e2e job so it now includes the TLS scanner image when running
make test-e2e. In practical terms, the Vector release CI configuration is being extended to support TLS scanning as part of the end-to-end test flow.