googleapis / googleapis/google-cloud-cpp
Refactor env vars in GHA scripts to parameters to reduce scope
Open
type: cleanup
- Dominant language
- C++
- Stars
- 659
- Forks
- 462
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 89
Description
Several of the bash scripts in `ci/gha/builds/*.sh` rely on env vars set by the workflow yml files found in `.github/workflows` to determine execution flow. Most of these would be more appropriate as arguments to the script when it is invoked.
e.g. `EXECUTE_INTEGRATION_TESTS`, `BAZEL_REMOTE_CACHE_RW_MODE`, etc.
Contributor guide
Assessment
This issue has not been assessed yet.