-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore(ci): migrate bazelbuild/setup-bazelisk to bazel-contrib/setup-bazel #13622
Conversation
54dd59f
to
35ef09c
Compare
606fe3a
to
e8adf5d
Compare
0d25199
to
90cdd9a
Compare
90cdd9a
to
73e624a
Compare
73e624a
to
8ec3217
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving as long as full matrix build passed
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13622-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13622-to-master-to-upstream
git checkout -b cherry-pick-13622-to-master-to-upstream
ancref=$(git merge-base 4f63f13479143c7738c0b50b5c10b24b1995ebb4 8ec321716e885281388fd7c3191c1b2bde0a7de9)
git cherry-pick -x $ancref..8ec321716e885281388fd7c3191c1b2bde0a7de9 |
The build cache is causing problems, we don't want that paritucally on a release action to avoid popluting artifacts. |
…azel (#13622) According to the bazelbuild/setup-bazelisk README, the action is superseded by the bazel-contrib/setup-bazel. Please check if we need to migrate to the new action. One of the possible motivation of this migration is that node.js 16 is deprecated soon from github runners. KAG-5221 (cherry picked from commit c498f41)
Summary
According to the bazelbuild/setup-bazelisk README, the action is superseded by the bazel-contrib/setup-bazel. Please check if we need to migrate to the new action. One of the possible motivation of this migration is that node.js 16 is deprecated soon from github runners.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
KAG-5221