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

Use ubuntu 22.04 for all action workflows on v19. #142

Merged
merged 3 commits into from
Feb 18, 2025

Conversation

arthurschreiber
Copy link
Member

Description

Related Issue(s)

Checklist

  • "Backport to:" labels have been added if this change should be back-ported
  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

@Copilot Copilot bot review requested due to automatic review settings February 18, 2025 12:16

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This pull request updates all GitHub Actions workflow files to use ubuntu-24.04 instead of ubuntu-latest for running the jobs.

  • Consistently replaces ubuntu-latest with ubuntu-24.04 in each workflow file
  • Ensures that all end-to-end tests and additional workflows leverage the same, specified runner environment

Changes

File Description
.github/workflows/cluster_endtoend_13.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_12.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_18.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_21.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_backup_pitr_mysql57.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_mysql80.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_22.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_mysql_server_vault.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_15.yml Updated runs-on to ubuntu-24.04
.github/workflows/close_stale_pull_requests.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_onlineddl_ghost.yml Updated runs-on to ubuntu-24.04
.github/workflows/check_make_vtadmin_web_proto.yml Updated runs-on to ubuntu-24.04
.github/workflows/assign_milestone.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_ers_prs_newfeatures_heavy.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_backup_pitr_xtrabackup.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_backup_pitr.yml Updated runs-on to ubuntu-24.04
.github/workflows/cluster_endtoend_backup_pitr_xtrabackup_mysql57.yml Updated runs-on to ubuntu-24.04
.github/workflows/check_make_vtadmin_authz_testgen.yml Updated runs-on to ubuntu-24.04
.github/workflows/check_label.yml Updated runs-on to ubuntu-24.04
.github/workflows/auto_approve_pr.yml Updated runs-on to ubuntu-24.04

Copilot reviewed 115 out of 115 changed files in this pull request and generated no comments.

Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more

Signed-off-by: Arthur Schreiber <arthurschreiber@github.com>
Signed-off-by: Arthur Schreiber <arthurschreiber@github.com>
@arthurschreiber arthurschreiber changed the title Use ubuntu 24.04 for all action workflows. Use ubuntu 22.04 for all action workflows on v19. Feb 18, 2025
Signed-off-by: Arthur Schreiber <arthurschreiber@github.com>
@arthurschreiber
Copy link
Member Author

Upgrade downgrade tests are failing because they test vitess v21 against v19. No idea why, will try to figure that out separately.

@arthurschreiber arthurschreiber merged commit d6a0cce into release-19.0-github Feb 18, 2025
197 of 202 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant