-
Notifications
You must be signed in to change notification settings - Fork 3
UTAPI-110 outdated CI runner OS #1312
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
Conversation
Hello tcarmet,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
/bypass_jira_check |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command:
Alternatively, the The following options are set: bypass_jira_check |
/approve |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
The following options are set: bypass_jira_check, approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_jira_check, approve |
@@ -39,7 +39,7 @@ jobs: | |||
REDIS_IMAGE=ghcr.io/${{ github.repository }}/redis-ci:${{ github.sha }} | |||
|
|||
vault-ci: | |||
runs-on: ubuntu-20.04 | |||
runs-on: ubuntu-22.04 |
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.
why not v24? (curious if there is a specific reason)
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.
Playing it safe, I know that there's a bunch of changes in ubuntu 24.04
and due to the situation we are right now, I rather we update it in two steps.
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue UTAPI-110. Goodbye tcarmet. The following options are set: bypass_jira_check, approve |
Update the CI runner to
ubuntu-22.04
asubuntu-20.04
is no longer supported.