File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 bmc-protocol : ${{ matrix.bmc-protocol }}
2424 ginkgo-focus : upgrade
25+ timeout-minutes : 120
2526 permissions :
2627 contents : read
Original file line number Diff line number Diff line change 1515 ref :
1616 type : string
1717 default : ${{ github.ref }}
18+ timeout-minutes :
19+ type : number
20+ default : 90
1821
1922permissions : {}
2023
2124jobs :
2225 test :
2326 name : E2E test
2427 runs-on : ${{ inputs.runner }}
25- timeout-minutes : 90
28+ timeout-minutes : ${{ inputs.timeout-minutes }}
2629
2730 steps :
2831 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3134
3235 - name : Install libvirt
3336 run : |
34- sudo apt-get update
35- sudo apt-get install -y libvirt-daemon-system qemu-kvm virt-manager libvirt-dev
37+ sudo apt-get update
38+ sudo apt-get install -y libvirt-daemon-system qemu-kvm virt-manager libvirt-dev
3639
3740 - name : Run BMO e2e Tests
3841 env :
You can’t perform that action at this time.
0 commit comments