Skip to content

Commit

Permalink
use chain-build for staging
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <[email protected]>
  • Loading branch information
mattiaverga committed Dec 5, 2023
1 parent 3efe1cb commit 89a6794
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
release: [f38,f39]

build_in_koji:
name: Build ${{matrix.module}} on ${{matrix.release}} in Koji
name: Build Bodhi on ${{matrix.release}} in Koji
runs-on: ubuntu-latest
needs: generate_srpms
steps:
Expand Down Expand Up @@ -68,10 +68,9 @@ jobs:
uses: actions/download-artifact@v3

- name: Build ${{matrix.module}} on Koji
run: koji --keytab=bodhidev-bot.keytab [email protected] build --wait ${{ matrix.release }}-infra ${{ matrix.release }}-SRPMs/*${{matrix.module}}*.src.rpm
run: "koji --keytab=bodhidev-bot.keytab [email protected] chain-build --wait ${{ matrix.release }}-infra ${{ matrix.release }}-SRPMs/bodhi-client.src.rpm ${{ matrix.release }}-SRPMs/bodhi-messages.src.rpm : ${{ matrix.release }}-SRPMs/bodhi-server.src.rpm"

strategy:
fail-fast: false
matrix:
module: [bodhi-client, bodhi-messages, bodhi-server]
release: [f38,f39]

0 comments on commit 89a6794

Please sign in to comment.