Add scuba backend #463
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test alerts | |
on: | |
push: | |
branches-ignore: | |
- development/** | |
- q/*/** | |
jobs: | |
run-alert-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Render and test count-items-cronjob | |
uses: scality/[email protected] | |
with: | |
alert_file_path: monitoring/count-items-cronjob/alerts.yaml | |
test_file_path: monitoring/count-items-cronjob/alerts.test.yaml | |
alert_inputs: >- | |
namespace=zenko,count_items_cronjob=artesca-data-ops-count-items,count_items_job_duration_threshold=86400 | |
github_token: ${{ secrets.GIT_ACCESS_TOKEN }} | |
- name: Render and test update-bucket-capacity-info-cronjob | |
uses: scality/[email protected] | |
with: | |
alert_file_path: monitoring/update-bucket-capacity-info-cronjob/alerts.yaml | |
test_file_path: monitoring/update-bucket-capacity-info-cronjob/alerts.test.yaml | |
alert_inputs: >- | |
namespace=zenko,update_bucket_capacity_info_cronjob=artesca-data-ops-update-bucket-capacity-info,update_bucket_capacity_info_job_duration_threshold=240,update_bucket_capacity_info_success_job_existence_duration_threshold=600 | |
github_token: ${{ secrets.GIT_ACCESS_TOKEN }} |