Skip to content

Commit

Permalink
fedora-bot: Bump expected tests by 1
Browse files Browse the repository at this point in the history
There's a new 'Fedora Installability' test, so bump all PR tests by 1.
  • Loading branch information
ochosi authored and thozza committed Sep 20, 2023
1 parent c720610 commit 9326cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poll-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Check for new releases
run: python3 fedora_bot.py --user imagebuilder-bot --password "${{ secrets.FEDORA_PASSWORD }}" --apikey "${{ secrets.FEDORA_APIKEY }}" --component osbuild:2 --component osbuild-composer:1 --component koji-osbuild:1 --component cockpit-composer:1
run: python3 fedora_bot.py --user imagebuilder-bot --password "${{ secrets.FEDORA_PASSWORD }}" --apikey "${{ secrets.FEDORA_APIKEY }}" --component osbuild:3 --component osbuild-composer:2 --component koji-osbuild:2 --component cockpit-composer:2
shell: bash
env:
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"

0 comments on commit 9326cce

Please sign in to comment.