File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
3+ concurrency :
4+ group : stackhpc-pull-request-${{ github.event.pull_request.number || github.ref }}
5+ cancel-in-progress : true
6+
7+ name : Pull request
8+ ' on ' :
9+ pull_request :
10+ push :
11+ branches :
12+ - main
13+ jobs :
14+
15+ build-kayobe-image :
16+ name : Build Kayobe Image
17+ uses : ./.github/workflows/stackhpc-build-kayobe-image.yml
18+ if : github.repository == 'stackhpc/stackhpc-kayobe-config'
19+
20+ all-in-one-centos-ovs :
21+ name : aio (CentOS OVS)
22+ needs :
23+ - build-kayobe-image
24+ uses : ./.github/workflows/stackhpc-capi-all-in-one.yml
25+ with :
26+ kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
27+ neutron_plugin : ovs
28+ OS_CLOUD : sms-lab
29+ secrets : inherit
30+ if : github.repository == 'stackhpc/stackhpc-kayobe-config-new-capi'
Original file line number Diff line number Diff line change 55name : All in one magnum
66
77on :
8- workflow_dispatch :
8+ workflow_call :
99 inputs :
1010 kayobe_image :
1111 description : Kayobe container image
You can’t perform that action at this time.
0 commit comments