Skip to content

Commit

Permalink
[ARI] Modify autoscaler branch protection checks
Browse files Browse the repository at this point in the history
# Issue

Due to the setup of our acceptance test, the outcome of the acceptance tests was often not correctly reflected in the status checks.

# Fix

Switch to evaluating a common job in the workflow ("Finish") to remove the source of issues.
  • Loading branch information
silvestre committed Nov 11, 2024
1 parent 8784131 commit 00ad295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org/branchprotection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ branch-protection:
contexts:
- "EasyCLA"
- "Create Bosh Release"
- "Acceptance Tests - Broker_Check"
- "Acceptance Tests - MTA"
- "Acceptance Tests - BOSH release / Finish"
- "Acceptance Tests - MTA / Finish"
- "Build suite=test, mysql=8"
- "Build suite=test, postgres=12"
- "Build suite=integration, mysql=8"
Expand Down

0 comments on commit 00ad295

Please sign in to comment.