Remove approval block to run tests, lint, and annotations#133
Remove approval block to run tests, lint, and annotations#133zzak wants to merge 1 commit intorails:mainfrom
Conversation
|
Moving it is fine (I'd wondered why the lint checks were placed before it), but removing "this is an important security gate" with "avoid spending extra build resources" [do we really have enough PRs here for that to be important?] is clearly not okay. |
These steps are designed so any code executed from the workspace happens inside an unprivileged docker container. We would get faster feedback on PRs if these run instantly.
1d56bf7 to
bd7fd1a
Compare
You're 100% right, I was wondering how to update the messaging but meant to ask that in review. Sorry for not clarifying. How does bd7fd1a look?
My original thought was not cost for BK, but that we had (have?) a max 100 agents available and one build can take a significant amount of them, so triggering a bunch of test CI runs will quickly result in many pending jobs. That is less common, given how few PRs we get but wanted to call that out in the review. |
These steps are designed so any code executed from the workspace happens inside an unprivileged docker container.
We would get faster feedback on PRs if these run instantly.