Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mchades committed Aug 9, 2024
1 parent 2ad5289 commit 3c4dd6f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 516 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/backend-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
backend: [ mysql, h2]
env:
PLATFORM: ${{ matrix.architecture }}
ACTIVE_CI: true
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -98,6 +99,10 @@ jobs:
-x :spark-connector:spark-3.3:test -x :spark-connector:spark-3.4:test -x :spark-connector:spark-3.5:test
-x :spark-connector:spark-runtime-3.3:test -x :spark-connector:spark-runtime-3.4:test -x :spark-connector:spark-runtime-3.5:test
- name: Setup debug Github Action
if: ${{ contains(github.event.pull_request.labels.*.name, 'debug action') }}
uses: csexton/debugger-action@master

- name: Upload integrate tests reports
uses: actions/upload-artifact@v3
if: ${{ (failure() && steps.integrationTest.outcome == 'failure') || contains(github.event.pull_request.labels.*.name, 'upload log') }}
Expand Down
109 changes: 0 additions & 109 deletions .github/workflows/build.yml

This file was deleted.

104 changes: 0 additions & 104 deletions .github/workflows/flink-integration-test.yml

This file was deleted.

107 changes: 0 additions & 107 deletions .github/workflows/frontend-integration-test.yml

This file was deleted.

Loading

0 comments on commit 3c4dd6f

Please sign in to comment.