Describe the task
We need to support multiple bazel versions (6, 7, 8)
when running FOSS tests locally, not only from CI 🤦
As of now we copy just .bazelversion with fixed old version.
Scope
- Remove .bazelversion from templates
See test/foss/templates/.bazelversion
- Use .bazelversion only from root directory in CI
- Change CI to create .bazelversion in root directory (the same scenario for ALL tests!)
- Add more logging
- Fix problem that foss/*/test-proj directories cannot be removed 🐞
- Add possibility (script?) to run FOSS tests locally
- Make sure FOSS tests work both in CI and locally the same way!
Definition of Done
Can successfully run and debug FOSS tests locally
Describe the task
We need to support multiple bazel versions (6, 7, 8)
when running FOSS tests locally, not only from CI 🤦
As of now we copy just .bazelversion with fixed old version.
Scope
See test/foss/templates/.bazelversion
Definition of Done
Can successfully run and debug FOSS tests locally