Skip to content

Commit

Permalink
ACM-13184: update release image list for mce 2.7 (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: David Huynh <[email protected]>
  • Loading branch information
dtthuynh authored Aug 20, 2024
1 parent 380ce43 commit bc2227b
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 @@ -175,3 +175,22 @@ jobs:
publish_branch: backplane-2.6
keep_files: true
destination_dir: clusterImageSets

sync-clusterimageset-backplane-2_7:
name: sync-clusterimageset-backplane-2.7
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.7
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./clusterImageSets
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: backplane-2.7
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 @@ -167,4 +167,22 @@ jobs:
publish_dir: ./clusterImageSets
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: backplane-2.6
destination_dir: clusterImageSets

sync-clusterimageset-backplane-2_7:
name: sync-clusterimageset-backplane-2.7
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.7
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./clusterImageSets
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: backplane-2.7
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 @@ -54,6 +54,12 @@
"4.16",
"4.17"
],
"backplane-2.7": [
"4.15",
"4.16",
"4.17",
"4.18"
],
"main": [
"4.6",
"4.7",
Expand Down

0 comments on commit bc2227b

Please sign in to comment.