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

ci/github: Set useDigest=false for Hubble Relay #26869

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

gandro
Copy link
Member

@gandro gandro commented Jul 17, 2023

As with all other *-ci images, we should not use check the digest when pulling the image, as it is different for CI builds. On main this has not been an issue, because useDigest already defaults to false, but on release branches (such as v1.14), we do check the digest by default. This caused failing workflows on the v1.14 branch which should be fixed by this commit.

Reported-by: Joe Stringer joe@cilium.io

@gandro gandro added area/CI-improvement Topic or proposal to improve the Continuous Integration workflow release-note/ci This PR makes changes to the CI. needs-backport/1.14 This PR / issue needs backporting to the v1.14 branch labels Jul 17, 2023
@gandro gandro requested a review from joestringer July 17, 2023 15:03
@gandro gandro requested review from a team as code owners July 17, 2023 15:03
@gandro gandro requested a review from christarazi July 17, 2023 15:03
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from main in 1.14.0 Jul 17, 2023
@gandro
Copy link
Member Author

gandro commented Jul 17, 2023

/test

@gandro
Copy link
Member Author

gandro commented Jul 17, 2023

@gandro
Copy link
Member Author

gandro commented Jul 17, 2023

Travis failed with https://app.travis-ci.com/github/cilium/cilium/builds/264564427

#7 12.39 ERROR: Could not find a version that satisfies the requirement PyYAML==6.0
#7 12.39 ERROR: No matching distribution found for PyYAML==6.0
#7 12.41 WARNING: You are using pip version 21.0.1; however, version 23.2 is available.
#7 12.41 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.

Which I'm pretty sure is unrelated, but seems to be a new flake 😞 Edit: #26873

@michi-covalent
Copy link
Contributor

rebasing to pick up #26874

As with all other `*-ci` images, we should not use check the digest when
pulling the image, as it is different for CI builds. On `main` this has
not been an issue, because `useDigest` already defaults to `false`, but
on release branches (such as `v1.14`), we do check the digest by
default. This caused failing workflows on the v1.14 branch which should
be fixed by this commit.

Reported-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
@michi-covalent michi-covalent force-pushed the pr/gandro/ci-hubble-relay-use-digest-false branch from 3ec20ba to 9376f26 Compare July 17, 2023 23:06
@michi-covalent
Copy link
Contributor

/test

@michi-covalent
Copy link
Contributor

as green as it gets

@michi-covalent michi-covalent merged commit 98003d5 into main Jul 18, 2023
176 checks passed
@michi-covalent michi-covalent deleted the pr/gandro/ci-hubble-relay-use-digest-false branch July 18, 2023 00:18
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jul 18, 2023
@gandro gandro mentioned this pull request Jul 18, 2023
9 tasks
@gandro gandro added backport-pending/1.14 The backport for Cilium 1.14.x for this PR is in progress. and removed needs-backport/1.14 This PR / issue needs backporting to the v1.14 branch labels Jul 18, 2023
@gandro gandro mentioned this pull request Jul 18, 2023
9 tasks
@gandro gandro added backport-done/1.14 The backport for Cilium 1.14.x for this PR is done. and removed backport-pending/1.14 The backport for Cilium 1.14.x for this PR is in progress. labels Jul 19, 2023
@aanm aanm moved this from Needs backport from main to Backport done to v1.14 in 1.14.0 Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI-improvement Topic or proposal to improve the Continuous Integration workflow backport-done/1.14 The backport for Cilium 1.14.x for this PR is done. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
No open projects
1.14.0
Backport done to v1.14
Development

Successfully merging this pull request may close these issues.

None yet

4 participants