File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11
11
description : Promote Ubuntu 24.04 Noble
12
12
type : boolean
13
13
default : true
14
- image_tag :
15
- description : Tag to promote
16
- type : string
17
- required : true
18
14
env :
19
15
ANSIBLE_FORCE_COLOR : True
20
16
jobs :
81
77
-e os_distribution='rocky' \
82
78
-e os_release='9'
83
79
env :
84
- ARTIFACT_TAG : $ {{ inputs.image_tag }}
80
+ ARTIFACT_TAG : " {{ stackhpc_rocky_9_overcloud_host_image_version }}"
85
81
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
86
82
if : inputs.rocky9
87
83
95
91
-e os_distribution='ubuntu' \
96
92
-e os_release='noble'
97
93
env :
98
- ARTIFACT_TAG : $ {{ inputs.image_tag }}
94
+ ARTIFACT_TAG : " {{ stackhpc_ubuntu_noble_overcloud_host_image_version }}"
99
95
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
100
96
if : inputs.ubuntu-noble
Original file line number Diff line number Diff line change 44
44
run : |
45
45
echo "::notice Container image promote workflow: https://github.com/stackhpc/stackhpc-release-train/actions/workflows/container-promote.yml"
46
46
47
+ - name : Trigger overcloud host image promotion
48
+ run : |
49
+ gh workflow run \
50
+ overcloud-host-image-promote.yml \
51
+ --repo stackhpc/stackhpc-kayobe-config \
52
+ --ref $BRANCH_NAME
53
+ env :
54
+ GITHUB_TOKEN : ${{ secrets.STACKHPC_RELEASE_TRAIN_TOKEN }}
55
+ BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
56
+
57
+ - name : Display link to overcloud host image promotion workflows
58
+ run : |
59
+ echo "::notice Overcloud host image promote workflow: https://github.com/stackhpc/stackhpc-kayobe-config/actions/workflows/overcloud-host-image-promote.yml"
60
+
47
61
- name : Send message to Slack via Workflow Builder
48
62
49
63
with :
You can’t perform that action at this time.
0 commit comments