Comparison tests: using a prebuilt RHGitaly, especially in CI
In CI, the artifact size is becoming huge (~1.6G), and it's not so useful to rebuild in the `comparison` job, as this is not caching. We introduce the option to take a path to a prebuilt RHGitaly from environment variables, and use it in CI, which allows us to restrict the artifact to the (much smaller) final executable, provided we actually run `cargo build`.
Loading
Please register or sign in to comment