-
Notifications
You must be signed in to change notification settings - Fork 336
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(gha): bump timeout for image build #11533
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jakubdyszkiewicz
added
ci/skip-test
PR: Don't run unit and e2e tests (maybe this is just a doc change)
ci/skip-e2e-test
PR: Don't run e2e tests
labels
Sep 24, 2024
jakubdyszkiewicz
requested review from
jijiechen and
Icarus9913
and removed request for
a team
September 24, 2024 09:41
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
jakubdyszkiewicz
force-pushed
the
bump-build-images-timeout
branch
from
September 24, 2024 09:42
56adf07
to
b457d4e
Compare
michaelbeaumont
approved these changes
Sep 24, 2024
backporting to release-2.6 with action |
kumahq bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
kumahq bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
kumahq bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
kumahq bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
This was referenced Dec 13, 2024
lukidzi
added a commit
that referenced
this pull request
Dec 13, 2024
Automatic cherry-pick of #11533 for branch release-2.8 Generated by [action](https://github.com/kumahq/kuma/actions/runs/12312318312) cherry-picked commit 4d7584c⚠️ ⚠️ ⚠️ Conflicts happened when cherry-picking!⚠️ ⚠️ ⚠️ ``` On branch release-2.8 Your branch is up to date with 'origin/release-2.8'. You are currently cherry-picking commit 4d7584c. (fix conflicts and run "git cherry-pick --continue") (use "git cherry-pick --skip" to skip this patch) (use "git cherry-pick --abort" to cancel the cherry-pick operation) Unmerged paths: (use "git add <file>..." to mark resolution) both modified: .github/workflows/_build_publish.yaml no changes added to commit (use "git add" and/or "git commit -a") ``` --------- Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com> Co-authored-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> Co-authored-by: Lukasz Dziedziak <lukidzi@gmail.com>
lukidzi
added a commit
that referenced
this pull request
Dec 13, 2024
Automatic cherry-pick of #11533 for branch release-2.7 Generated by [action](https://github.com/kumahq/kuma/actions/runs/12312318312) cherry-picked commit 4d7584c⚠️ ⚠️ ⚠️ Conflicts happened when cherry-picking!⚠️ ⚠️ ⚠️ ``` On branch release-2.7 Your branch is up to date with 'origin/release-2.7'. You are currently cherry-picking commit 4d7584c. (fix conflicts and run "git cherry-pick --continue") (use "git cherry-pick --skip" to skip this patch) (use "git cherry-pick --abort" to cancel the cherry-pick operation) Unmerged paths: (use "git add <file>..." to mark resolution) both modified: .github/workflows/_build_publish.yaml no changes added to commit (use "git add" and/or "git commit -a") ``` --------- Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com> Co-authored-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> Co-authored-by: Lukasz Dziedziak <lukidzi@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport
ci/skip-e2e-test
PR: Don't run e2e tests
ci/skip-test
PR: Don't run unit and e2e tests (maybe this is just a doc change)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist prior to review
It seems that 15mins is not enough for Kong Mesh. Maybe it's because of custom runners, but it takes more time to execute setup go (up to 3mins) as well as building images
syscall.Mkfifo
have equivalent implementation on the other OS --ci/
labels to run additional/fewer testsUPGRADE.md
? --