Skip to content

Commit

Permalink
run cluster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Feb 15, 2024
1 parent b45ae6b commit d6818e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
outputs:
cluster_outage_simulation: ${{ steps.filter.outputs.cluster_outage_simulation == 'true' || env.mustTrigger == 'true' }}
advanced_cluster: ${{ steps.filter.outputs.advanced_cluster == 'true' || env.mustTrigger == 'true' }}
cluster: false # TEMPORARY, WILL BE REVERTED BEFORE MERGE
cluster: ${{ steps.filter.outputs.cluster == 'true' || env.mustTrigger == 'true' }}
search_deployment: false # TEMPORARY, WILL BE REVERTED BEFORE MERGE
stream: ${{ steps.filter.outputs.stream == 'true' || env.mustTrigger == 'true' }}
generic: ${{ steps.filter.outputs.generic == 'true' || env.mustTrigger == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
serverless: ${{ steps.filter.outputs.serverless == 'true' || env.mustTrigger == 'true' }}
data_lake: ${{ steps.filter.outputs.data_lake == 'true' || env.mustTrigger == 'true' }}
cluster_outage_simulation: ${{ steps.filter.outputs.cluster_outage_simulation == 'true' || env.mustTrigger == 'true' }}
cluster: false # TEMPORARY, WILL BE REVERTED BEFORE MERGE
cluster: ${{ steps.filter.outputs.cluster == 'true' || env.mustTrigger == 'true' }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd
Expand Down

0 comments on commit d6818e6

Please sign in to comment.