Skip to content
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

[release-1.30] Avoid using head when getting nodes #2286

Conversation

openshift-cherrypick-robot
Copy link
Contributor

This is an automated cherry-pick of #2255

/assign dsimansk

Prevents errors such as:
 06:52:31.692 INFO:    Placing zipkin taint on first worker node
06:52:32.091 ERROR:   🚨 Error (code: 141) occurred at
./hack/lib/tracing.bash:19, with command: zipkin_node=$(oc get node -l
'node-role.kubernetes.io/worker' -oname | head -n 1)
06:52:32.093 ERROR:   Stack trace:
06:52:32.096 ERROR:    1: ./hack/lib/tracing.bash:6
dedicate_node_to_zipkin(...)
06:52:32.099 ERROR:    2: ./hack/tracing.sh:15 install_tracing(...)
make: *** [test-upgrade-with-mesh] Error 141
@dsimansk
Copy link
Contributor

Rerun CI checks to verify if it's more stable.

/hold

@dsimansk
Copy link
Contributor

/retest

1 similar comment
@dsimansk
Copy link
Contributor

/retest

@dsimansk
Copy link
Contributor

/unhold

@dsimansk
Copy link
Contributor

It really improves the test stability. Adding it to 1.30 in case we need to do more iterations for the patch release.

@dsimansk
Copy link
Contributor

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm label Oct 18, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 18, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dsimansk, openshift-cherrypick-robot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [dsimansk,openshift-cherrypick-robot]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot merged commit a954ae6 into openshift-knative:release-1.30 Oct 18, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants