Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tests:
env:
BASE_DOMAIN: ocp-ci.medik8s-ci.devcluster.openshift.com
ECO_TEST_FEATURES: far-operator
ECO_TEST_LABELS: '!tier:upgrade'
ECO_TEST_LABELS: '!tier:upgrade && !tier:interop'
ECO_TEST_VERBOSE: "true"
OCP_VERSION: "422"
OO_CHANNEL: stable
Expand Down Expand Up @@ -75,6 +75,7 @@ tests:
test:
- chain: medik8s-setup
- ref: medik8s-aws-credentials
- ref: ssh-bastion
Comment thread
coderabbitai[bot] marked this conversation as resolved.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing from weekly interop: ssh-bastion is added here for the presubmit interop job, but the parallel weekly periodic job (e2e-far-nhc-interop-weekly-aws, ~line 602) does not get it. Both jobs run the same interop tests (operator:far && operator:nhc && tier:interop) with NHC installed, and NHC tests need SSH bastion for kubelet-stop operations. Add - ref: ssh-bastion after medik8s-aws-credentials in the weekly interop job too.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added - ref: ssh-bastion to e2e-far-nhc-interop-weekly-aws after medik8s-aws-credentials, matching the presubmit interop job e2e-far-nhc-interop-aws. The standalone NHC jobs (e2e-nhc-aws, e2e-nhc-weekly-aws) already use ssh-bastion for the same kubelet-stop reason. HEAD f579be0 (ci-operator/config/medik8s/system-tests/medik8s-system-tests-main__4.22-konflux.yaml:603).

- as: e2e-test
cli: latest
commands: |
Expand Down Expand Up @@ -369,7 +370,7 @@ tests:
ECO_ENABLE_REPORT: "true"
ECO_TC_PREFIX: OCP-
ECO_TEST_FEATURES: far-operator
ECO_TEST_LABELS: '!tier:upgrade'
ECO_TEST_LABELS: '!tier:upgrade && !tier:interop'
ECO_TEST_VERBOSE: "true"
OCP_VERSION: "422"
OO_CHANNEL: stable
Expand Down Expand Up @@ -599,6 +600,7 @@ tests:
test:
- chain: medik8s-setup
- ref: medik8s-aws-credentials
- ref: ssh-bastion
- as: e2e-test
cli: latest
commands: |
Expand Down