Skip to content

Commit

Permalink
ACM-9053: update ocp versions for mce 2.5 (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: David Huynh <[email protected]>
  • Loading branch information
dtthuynh authored Jan 30, 2024
1 parent c6eb32c commit 8b3aad1
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 @@ -137,3 +137,22 @@ jobs:
publish_branch: backplane-2.4
keep_files: true
destination_dir: clusterImageSets

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

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

0 comments on commit 8b3aad1

Please sign in to comment.