Skip to content

Commit

Permalink
Temporarily disable collector sanity check (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Sep 4, 2024
1 parent 62f679d commit 8b23ee2
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b23ee2

Please sign in to comment.