Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xdu-chenrj committed Oct 22, 2024
1 parent 80cc92d commit c24b79c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
34 changes: 5 additions & 29 deletions .github/workflows/cluster-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:
strategy:
matrix:
case:
- name: ClusterShellTaskE2ETest
class: org.apache.dolphinscheduler.e2e.cases.cluster.ClusterShellTaskE2ETest
- name: ClusterShellTaskE2ETest
class: org.apache.dolphinscheduler.e2e.cases.cluster.ClusterShellTaskE2ETest
env:
RECORDING_PATH: /tmp/recording-${{ matrix.case.name }}
steps:
Expand All @@ -154,33 +154,9 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-e2e
restore-keys: ${{ runner.os }}-maven-
- uses: actions/download-artifact@v4
name: download master Docker Images
name: download cluster Docker Images
with:
name: master-image-e2e
path: /tmp
retention-days: 1
- uses: actions/download-artifact@v4
name: download worker Docker Images
with:
name: worker-image-e2e
path: /tmp
retention-days: 1
- uses: actions/upload-artifact@v4
name: download api Docker Images
with:
name: api-image-e2e
path: /tmp
retention-days: 1
- uses: actions/download-artifact@v4
name: download tools Docker Images
with:
name: tools-image-e2e
path: /tmp
retention-days: 1
- uses: actions/download-artifact@v4
name: download alert-server Docker Images
with:
name: alert-server-image-e2e
name: cluster-image-e2e
path: /tmp
retention-days: 1
- name: Load Docker Images
Expand Down Expand Up @@ -217,4 +193,4 @@ jobs:
if [[ ${{ needs.e2e.result }} != 'success' ]]; then
echo "CLUSTER-E2E Failed!"
exit -1
fi
fi
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
needs: paths-filter
if: ${{ (needs.paths-filter.outputs.not-ignore == 'true') || (github.event_name == 'push') }}
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c24b79c

Please sign in to comment.