Skip to content

Commit 449d66e

Browse files
authored
chore(ci): tmp disable sharing test (#16285)
1 parent 614bd25 commit 449d66e

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/release.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -645,33 +645,33 @@ jobs:
645645
const script = require('./.github/scripts/notify_failure.js')
646646
await script({context, core})
647647
648-
sharing:
649-
runs-on: [self-hosted, X64, Linux, 4c8g, aws]
650-
needs: [create_release, notify]
651-
steps:
652-
- uses: actions/checkout@v4
653-
with:
654-
ref: ${{ needs.create_release.outputs.sha }}
655-
- name: checkout share endpoint
656-
uses: actions/checkout@v4
657-
with:
658-
repository: datafuselabs/share-endpoint
659-
token: ${{ secrets.DATABEND_BOT_TOKEN }}
660-
path: share-endpoint
661-
- name: Download artifacts
662-
uses: ./.github/actions/artifact_download
663-
with:
664-
sha: ${{ github.sha }}
665-
target: x86_64-unknown-linux-gnu
666-
category: default
667-
artifacts: metactl,meta,query
668-
- uses: ./.github/actions/test_share_integration
669-
timeout-minutes: 10
670-
- name: Upload failure
671-
if: failure()
672-
uses: ./.github/actions/artifact_failure
673-
with:
674-
name: test-integration-sharing
648+
# sharing:
649+
# runs-on: [self-hosted, X64, Linux, 4c8g, aws]
650+
# needs: [create_release, notify]
651+
# steps:
652+
# - uses: actions/checkout@v4
653+
# with:
654+
# ref: ${{ needs.create_release.outputs.sha }}
655+
# - name: checkout share endpoint
656+
# uses: actions/checkout@v4
657+
# with:
658+
# repository: datafuselabs/share-endpoint
659+
# token: ${{ secrets.DATABEND_BOT_TOKEN }}
660+
# path: share-endpoint
661+
# - name: Download artifacts
662+
# uses: ./.github/actions/artifact_download
663+
# with:
664+
# sha: ${{ github.sha }}
665+
# target: x86_64-unknown-linux-gnu
666+
# category: default
667+
# artifacts: metactl,meta,query
668+
# - uses: ./.github/actions/test_share_integration
669+
# timeout-minutes: 10
670+
# - name: Upload failure
671+
# if: failure()
672+
# uses: ./.github/actions/artifact_failure
673+
# with:
674+
# name: test-integration-sharing
675675

676676
benchmark:
677677
needs: [create_release, docker_service, notify]

0 commit comments

Comments
 (0)