ci: Remove publish dependencies#3578
Conversation
The publish tasks don't need to depend on upstream tests. This will let us run Hive tests earlier in the pipeline, and shave off additional CI runtime.
|
Need to include these artifacts for the contracts tests to work.
trianglesphere
left a comment
There was a problem hiding this comment.
How does the deployer-bedrock image get built now?
It's not currently used anywhere - we can resurrect it as the need arises. |
|
I stand corrected - the regentool uses it. However, cloud build still creates that image so we're still covered as long as the builds are for commits to develop. |
|
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. |
The publish tasks don't need to depend on upstream tests. This will let us run Hive tests earlier in the pipeline, and shave off additional CI runtime.