
This commit changes a couple of things 1) Sets the escape character to backtick. Setting the escape character to backtick is especially useful on Windows where `\` is the directory path separator. 2) Install Python since it is a requirement for certain bazel tool chains that are now used. 3) Install VS Build Tools with C++ components as they C++ compilation is required for certain bazel tools chains. 4) Removes Visual C++ Redistributable as it seems that is no longer required because of the VS Builds Tools PR Close #30472
CodeFresh configuration
This folder contains configuration for the CodeFresh based CI checks for this repository.
The build pipeline
CodeFresh uses a several pipeline for each repository. The codefresh.yml
file defines pipeline build steps for this repository.
Run results can be seen in the GitHub checks interface and in the public pipeline
Although most configuration is done via pipeline.yml
, some options are only available in the online pipeline settings, which needs a login to access.
Caretaker
CodeFresh status can be found at http://status.codefresh.io/.
Issues related to the CodeFresh setup should be escalated to the Tools Team via the current caretaker, followed by Alex Eagle and Filipe Silva.
Rollout strategy
Currently it is only used for tests on Windows platforms, on the master branch, and without pushing user-facing reports. It's only possible to see current builds in the public pipeline dashboard.
After a week or two of running like this, we should reassess how stable and reliable it is.
Next steps include:
- building PRs
- showing build status publicly
- blocking PRs that break the build
- expanding the test suite