Skip to content

Commit

Permalink
Create rhv-build (#725)
Browse files Browse the repository at this point in the history
* Create rhv-build
  • Loading branch information
michalskrivanek committed Nov 2, 2022
1 parent 0089bdf commit 0140945
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/rhv-build
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: RHV build
on:
push:
branches: [ovirt-engine-4.5.3.z]
workflow_dispatch:

jobs:
get-pr:
runs-on: ubuntu-latest
outputs:
pr_url: ${{ steps[0].outputs.test }}
steps:
- run: curl -sS https://api.github.com/repos/oVirt/ovirt-engine/commits/${{github.event.push.head_commit.id}}/pulls | jq -r .[0].url

rhv-build-and-ost:
needs: get-pr
uses: oVirt/ovirt-system-tests/.github/workflows/ost.yaml@master
with:
comment: "/ost rhv-build rhel8"
pr_url: "${{ needs.get-pr.outputs.pr_url }}"

0 comments on commit 0140945

Please sign in to comment.