Skip to content

fix actions #179

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

Open
wants to merge 2 commits into
base: release-21.0-github
Choose a base branch
from
Open

fix actions #179

wants to merge 2 commits into from

Conversation

mhamza15
Copy link

@mhamza15 mhamza15 commented Aug 9, 2025

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

Signed-off-by: Mohamed Hamza <[email protected]>
@mhamza15 mhamza15 self-assigned this Aug 9, 2025
@Copilot Copilot AI review requested due to automatic review settings August 9, 2025 18:50
Signed-off-by: Mohamed Hamza <[email protected]>
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR modifies GitHub Actions workflow configurations to add conditional runner selection based on repository ownership. Instead of always using self-hosted 16-core runners, workflows now check if the repository owner is 'vitessio' and fall back to 'ubuntu-24.04' runners for external forks.

  • Updates runner specifications in workflow files and templates to use conditional logic
  • Adds repository ownership checks for runner selection
  • Maintains backward compatibility for the vitessio organization while enabling external contributors to use standard runners

Reviewed Changes

Copilot reviewed 31 out of 31 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
test/templates/cluster_endtoend_test_mysql57.tpl Updates template to use conditional runner selection with repository owner check
test/templates/cluster_endtoend_test_docker.tpl Updates template to use conditional runner selection with repository owner check
test/templates/cluster_endtoend_test.tpl Updates template to use conditional runner selection with repository owner check
.github/workflows/upgrade_downgrade_test_semi_sync.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_reparent_old_vttablet.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_reparent_old_vtctl.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_reparent_new_vttablet.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_reparent_new_vtctl.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_query_serving_schema_next_release.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_query_serving_schema.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_query_serving_queries_next_release.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_query_serving_queries_2_next_release.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_query_serving_queries_2.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_query_serving_queries.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_onlineddl_flow.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_backups_manual_next_release.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_backups_manual.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_backups_e2e_next_release.yml Adds conditional runner selection based on repository ownership
.github/workflows/upgrade_downgrade_test_backups_e2e.yml Adds conditional runner selection based on repository ownership
.github/workflows/unit_race_evalengine.yml Adds conditional runner selection based on repository ownership
.github/workflows/unit_race.yml Adds conditional runner selection based on repository ownership
.github/workflows/region_example.yml Adds conditional runner selection based on repository ownership
.github/workflows/local_example.yml Adds conditional runner selection based on repository ownership
.github/workflows/docker_build_images.yml Adds conditional runner selection based on repository ownership
.github/workflows/codecov.yml Adds conditional runner selection based on repository ownership
.github/workflows/cluster_endtoend_vreplication_migrate_vdiff2_convert_tz.yml Adds conditional runner selection with truncated runner name
.github/workflows/cluster_endtoend_vreplication_basic.yml Adds conditional runner selection with truncated runner name
.github/workflows/cluster_endtoend_onlineddl_vrepl_suite.yml Adds conditional runner selection with truncated runner name
.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_suite.yml Adds conditional runner selection with truncated runner name
.github/workflows/cluster_endtoend_onlineddl_vrepl_stress.yml Adds conditional runner selection with truncated runner name
.github/workflows/cluster_endtoend_onlineddl_vrepl.yml Adds conditional runner selection with truncated runner name

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