Skip to content

Commit

Permalink
chore(ci): Temporarily disable eventstoredb integration tests (#20869)
Browse files Browse the repository at this point in the history
Until we can get them passing again

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Jul 17, 2024
1 parent be37a33 commit 7916ad5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ on:
value: ${{ jobs.int_tests.outputs.docker-logs }}
elasticsearch:
value: ${{ jobs.int_tests.outputs.elasticsearch }}
eventstoredb:
value: ${{ jobs.int_tests.outputs.eventstoredb }}
#eventstoredb:
#value: ${{ jobs.int_tests.outputs.eventstoredb }}
fluent:
value: ${{ jobs.int_tests.outputs.fluent }}
gcp:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
dnstap: ${{ steps.filter.outputs.dnstap }}
docker-logs: ${{ steps.filter.outputs.docker-logs }}
elasticsearch: ${{ steps.filter.outputs.elasticsearch }}
eventstoredb: ${{ steps.filter.outputs.eventstoredb }}
#eventstoredb: ${{ steps.filter.outputs.eventstoredb }}
fluent: ${{ steps.filter.outputs.fluent }}
gcp: ${{ steps.filter.outputs.gcp }}
greptimedb: ${{ steps.filter.outputs.greptimedb }}
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
|| needs.changes.outputs.dnstap == 'true'
|| needs.changes.outputs.docker-logs == 'true'
|| needs.changes.outputs.elasticsearch == 'true'
|| needs.changes.outputs.eventstoredb == 'true'
|| needs.changes.outputs.fluent == 'true'
|| needs.changes.outputs.gcp == 'true'
|| needs.changes.outputs.greptimedb == 'true'
Expand Down Expand Up @@ -231,13 +230,13 @@ jobs:
max_attempts: 3
command: bash scripts/ci-int-e2e-test.sh int elasticsearch

- if: ${{ github.event_name == 'merge_group' || needs.changes.outputs.all-int == 'true' || needs.changes.outputs.eventstoredb == 'true' }}
name: eventstoredb
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
max_attempts: 3
command: bash scripts/ci-int-e2e-test.sh int eventstoredb
#- if: ${{ github.event_name == 'merge_group' || needs.changes.outputs.all-int == 'true' || needs.changes.outputs.eventstoredb == 'true' }}
#name: eventstoredb
#uses: nick-fields/retry@v3
#with:
#timeout_minutes: 30
#max_attempts: 3
#command: bash scripts/ci-int-e2e-test.sh int eventstoredb

- if: ${{ github.event_name == 'merge_group' || needs.changes.outputs.all-int == 'true' || needs.changes.outputs.fluent == 'true' }}
name: fluent
Expand Down

0 comments on commit 7916ad5

Please sign in to comment.