Conversation
|
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
646ec9f to
0617c87
Compare
|
Perhaps we could also delete all references to |
0617c87 to
b6ac626
Compare
b6ac626 to
b0e5cda
Compare
- Updates CircleCI jobs to exit early if the git diff doesn't require them to run. This will dramatically reduce our CircleCI usage and speed up the pipeline for projects like Bedrock that don't touch legacy code. The entire pipeline will still run on `develop` and `master`. The conditional logic is aware of package dependencies, so changing an upstream package will correctly trigger a build on downstream dependencies. - Creates a new `ci-builder` image to replace `js-builder` and `go-builder`. The `ci-builder` image contains everything we need to run builds on CircleCI. - Fixes a bunch of misspellings that should have failed the linter, but didn't.
b0e5cda to
2732808
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
## Description Try to fix codecov flags config
developandmaster. The conditional logic is aware of package dependencies, so changing an upstream package will correctly trigger a build on downstream dependencies.ci-builderimage to replacejs-builderandgo-builder. Theci-builderimage contains everything we need to run builds on CircleCI.You can see the conditional builds in action on this PR. The JS tests in the monorepo exit early but the integration tests still run since
bss-coreand the batch submitter changed. Here's a screenshot: