Skip to content

Commit

Permalink
ACM-11680: update default imagesets for MCE 2.6 (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: David Huynh <[email protected]>
  • Loading branch information
dtthuynh authored May 23, 2024
1 parent 8b3aad1 commit 380ce43
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/cron-sync-imageset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,22 @@ jobs:
publish_branch: backplane-2.5
keep_files: true
destination_dir: clusterImageSets

sync-clusterimageset-backplane-2_6:
name: sync-clusterimageset-backplane-2.6
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: sync-clusterimageset
run: make sync-images-job
env:
TARGET_BRANCH: backplane-2.6
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./clusterImageSets
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: backplane-2.6
keep_files: true
destination_dir: clusterImageSets
18 changes: 18 additions & 0 deletions .github/workflows/post-submit-imageset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,22 @@ jobs:
publish_dir: ./clusterImageSets
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: backplane-2.5
destination_dir: clusterImageSets

sync-clusterimageset-backplane-2_6:
name: sync-clusterimageset-backplane-2.6
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: sync-clusterimageset
run: make sync-images-job
env:
TARGET_BRANCH: backplane-2.6
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./clusterImageSets
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: backplane-2.6
destination_dir: clusterImageSets
6 changes: 6 additions & 0 deletions supported-ocp-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
"4.15",
"4.16"
],
"backplane-2.6": [
"4.14",
"4.15",
"4.16",
"4.17"
],
"main": [
"4.6",
"4.7",
Expand Down

0 comments on commit 380ce43

Please sign in to comment.