Skip to content

Commit

Permalink
Add schedule for hw observer integration tests (#2)
Browse files Browse the repository at this point in the history
* Add schedule for hw observer integration tests
  • Loading branch information
sudeephb authored Mar 18, 2024
1 parent d9339d9 commit b022e8d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/weekly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@ jobs:
ref: master
wait_interval: 60

- name: COS integration tests for hardware-observer-operator
uses: convictional/[email protected]
id: hardware-observer-operator-integration
if: ${{ always() }}
with:
owner: canonical
repo: hardware-observer-operator
github_token: ${{ secrets.GHA_WORKFLOW_TRIGGER }}
workflow_file_name: cos_integration.yaml
ref: master
wait_interval: 60

- name: Tests for charm-juju-backup-all
uses: convictional/[email protected]
id: charm-juju-backup-all
Expand Down Expand Up @@ -188,6 +200,9 @@ jobs:
if [ "${{ steps.hardware-observer-operator.outcome }}" != "success" ]; then
failed_tests+="[hardware-observer-operator](https://github.com/canonical/hardware-observer-operator/actions), "
fi
if [ "${{ steps.hardware-observer-operator-integration.outcome }}" != "success" ]; then
failed_tests+="[hardware-observer-operator-integration](https://github.com/canonical/hardware-observer-operator/actions), "
fi
if [ "${{ steps.charm-juju-backup-all.outcome }}" != "success" ]; then
failed_tests+="[charm-juju-backup-all](https://github.com/canonical/charm-juju-backup-all/actions), "
fi
Expand Down

0 comments on commit b022e8d

Please sign in to comment.