-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: release-21.0-github
Are you sure you want to change the base?
fix actions #179
Conversation
Signed-off-by: Mohamed Hamza <[email protected]>
Signed-off-by: Mohamed Hamza <[email protected]>
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.
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 |
Description
Related Issue(s)
Checklist
Deployment Notes