Skip to content

Commit

Permalink
Flip the merge queue to OpenCI
Browse files Browse the repository at this point in the history
We've switched again to making OpenCI the required CI, which runs on
the merge queue. So we need to make OpenCI fake the status checks.

Signed-off-by: Gilles Peskine <[email protected]>
  • Loading branch information
gilles-peskine-arm committed Nov 4, 2023
1 parent a91e5a4 commit 3419867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/mbedtls.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def run_pr_job(is_production=true) {
try {
common.maybe_notify_github('PENDING', 'In progress')

if (!common.is_open_ci_env && is_merge_queue) {
if (common.is_open_ci_env && is_merge_queue) {
// Fake required checks that don't run in the merge queue
def skipped_checks = [
'DCO',
Expand Down

0 comments on commit 3419867

Please sign in to comment.