-
Notifications
You must be signed in to change notification settings - Fork 21
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
hack/update-deps.sh not updating eventing submodule correctly in CI #178
Comments
We could try to add more logs as it's currently not clear what is wrong
|
Current log:
|
unassigned myself if anybody else want to give it a try |
Can I try? |
sure |
/assign |
Seems we still have the issues after #236: https://github.com/knative-extensions/knobots/actions/runs/7578178889/job/20640351413 |
I think I found the problem: In eventing-istios eventing-istio/hack/update-codegen.sh Line 59 in 8588c5a
But as we don't pass the parameters (e.g. eventing-istio/hack/update-deps.sh Lines 34 to 37 in 8588c5a
Anyhow not really sure yet, how to solve this, besides updating the update-deps job (entrypoint.sh) with passing the same arguments to update-codegen.sh and then pass them through update-deps.sh @pierDipi: FYI ^ |
Isn't that
|
The update-dependencies job does not update the eventing-core submodule correctly while the eventing-kafka-broker submodule is updated correctly.
e.g. in https://github.com/knative-extensions/knobots/actions/runs/7114892104/job/19369892442
This needs to be fixed, so that the dependencies get updated correctly again
Resources:
The text was updated successfully, but these errors were encountered: