@@ -645,33 +645,33 @@ jobs:
645
645
const script = require('./.github/scripts/notify_failure.js')
646
646
await script({context, core})
647
647
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
675
675
676
676
benchmark :
677
677
needs : [create_release, docker_service, notify]
0 commit comments