Skip to content

Commit

Permalink
ci(gha): bump timeout for image build (backport of #11533) (#12261)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent 833293c commit 41c126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
make publish/pulp
build-images:
runs-on: ubuntu-22.04 # pining to this version since we use older base image for kuma-init and we don't want to change it since it can break users environment
timeout-minutes: 15
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 41c126e

Please sign in to comment.