Skip to content

Commit 649f9fa

Browse files
authored
ACM-19353: update imagesets for backplane-2.9 (#67)
Signed-off-by: David Huynh <[email protected]>
1 parent f608018 commit 649f9fa

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

.github/workflows/cron-sync-imageset.yml

+19
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,22 @@ jobs:
213213
publish_branch: backplane-2.8
214214
keep_files: true
215215
destination_dir: clusterImageSets
216+
217+
sync-clusterimageset-backplane-2_9:
218+
name: sync-clusterimageset-backplane-2.9
219+
runs-on: ubuntu-latest
220+
steps:
221+
- name: checkout code
222+
uses: actions/checkout@v2
223+
- name: sync-clusterimageset
224+
run: make sync-images-job
225+
env:
226+
TARGET_BRANCH: backplane-2.9
227+
- name: Deploy
228+
uses: peaceiris/actions-gh-pages@v3
229+
with:
230+
publish_dir: ./clusterImageSets
231+
github_token: ${{ secrets.GITHUB_TOKEN }}
232+
publish_branch: backplane-2.9
233+
keep_files: true
234+
destination_dir: clusterImageSets

.github/workflows/post-submit-imageset.yml

+18
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,22 @@ jobs:
203203
publish_dir: ./clusterImageSets
204204
github_token: ${{ secrets.GITHUB_TOKEN }}
205205
publish_branch: backplane-2.8
206+
destination_dir: clusterImageSets
207+
208+
sync-clusterimageset-backplane-2_9:
209+
name: sync-clusterimageset-backplane-2.9
210+
runs-on: ubuntu-latest
211+
steps:
212+
- name: checkout code
213+
uses: actions/checkout@v2
214+
- name: sync-clusterimageset
215+
run: make sync-images-job
216+
env:
217+
TARGET_BRANCH: backplane-2.9
218+
- name: Deploy
219+
uses: peaceiris/actions-gh-pages@v3
220+
with:
221+
publish_dir: ./clusterImageSets
222+
github_token: ${{ secrets.GITHUB_TOKEN }}
223+
publish_branch: backplane-2.9
206224
destination_dir: clusterImageSets

supported-ocp-versions.json

+6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
"4.18",
6767
"4.19"
6868
],
69+
"backplane-2.9": [
70+
"4.17",
71+
"4.18",
72+
"4.19",
73+
"4.20"
74+
],
6975
"main": [
7076
"4.6",
7177
"4.7",

0 commit comments

Comments
 (0)