chore(ci): add env SOURCE_REPO_GIT, change runners for release ci to self-hosted#942
Merged
Merged
Conversation
…self-hosted Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
2a69e8c to
3f58757
Compare
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
diafour
approved these changes
Apr 17, 2025
yachmenevas
pushed a commit
that referenced
this pull request
Oct 15, 2025
…self-hosted (#942) This PR introduces two key updates across multiple GitHub Actions workflows: Adds SOURCE_REPO_GIT environment variable (sourced from secrets) to workflows including dev_build_precache.yml, dev_module_build-and-registration.yml, and release_module_* configurations. Replaces ubuntu-latest runners with self-hosted large runners ([self-hosted, large]) for resource-intensive jobs like prod_ce_setup_build, prod_ee_setup_build, and downstream jobs in release workflows. --------- Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces two key updates across multiple GitHub Actions workflows:
SOURCE_REPO_GITenvironment variable (sourced from secrets) to workflows includingdev_build_precache.yml,dev_module_build-and-registration.yml, andrelease_module_*configurations.ubuntu-latestrunners with self-hosted large runners ([self-hosted, large]) for resource-intensive jobs likeprod_ce_setup_build,prod_ee_setup_build, and downstream jobs in release workflows.Why do we need it, and what problem does it solve?
SOURCE_REPO_GITAddition:What is the expected result?
Faster CI/CD Pipelines: Self-hosted large runners will accelerate build and deployment processes, particularly for editions like EE, SE Plus, and FE.
Checklist
Changelog entries