From 8b23ee21604c5829435fd26228313bb58202a37b Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Wed, 4 Sep 2024 14:31:30 -0500 Subject: [PATCH] Temporarily disable collector sanity check (#2399) --- .github/workflows/pre-main.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index 74f130922..11bee375d 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -386,21 +386,21 @@ jobs: --kubeconfig=/usr/certsuite/config/kubeconfig \ --label-filter="${SMOKE_TESTS_LABELS_FILTER}" - - name: Run sanity check on collector - id: collector_sanity_check - uses: ./collector/.github/actions/run-sanity-check - with: - working_directory: collector - collector_username: ${COLLECTOR_CIUSER} - collector_password: ${COLLECTOR_CIPASSWORD} - continue-on-error: true - - - name: Send chat msg to dev team if collector's sanity check failed. - if: ${{ steps.collector_sanity_check.outcome == 'failure' }} - uses: ./.github/actions/slack-webhook-sender - with: - message: 'Collector sanity check has failed' - slack_webhook: '${{ secrets.SLACK_ALERT_WEBHOOK_URL }}' + # - name: Run sanity check on collector + # id: collector_sanity_check + # uses: ./collector/.github/actions/run-sanity-check + # with: + # working_directory: collector + # collector_username: ${COLLECTOR_CIUSER} + # collector_password: ${COLLECTOR_CIPASSWORD} + # continue-on-error: true + + # - name: Send chat msg to dev team if collector's sanity check failed. + # if: ${{ steps.collector_sanity_check.outcome == 'failure' }} + # uses: ./.github/actions/slack-webhook-sender + # with: + # message: 'Collector sanity check has failed' + # slack_webhook: '${{ secrets.SLACK_ALERT_WEBHOOK_URL }}' - name: Upload container test results as an artifact uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0