Skip to content

Commit

Permalink
ACM-7113:Create and initialize backplane-2.4 branch (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: David Huynh <[email protected]>
  • Loading branch information
dtthuynh authored Aug 29, 2023
1 parent d9a2b6b commit b0f11c0
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/cron-sync-imageset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,22 @@ jobs:
publish_branch: backplane-2.3
keep_files: true
destination_dir: clusterImageSets

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

sync-clusterimageset-backplane-2_4:
name: sync-clusterimageset-backplane-2.4
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.4
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./clusterImageSets
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: backplane-2.4
destination_dir: clusterImageSets
9 changes: 8 additions & 1 deletion supported-ocp-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@
"4.10",
"4.11",
"4.12",
"4.13"
"4.13",
"4.14"
],
"backplane-2.4": [
"4.12",
"4.13",
"4.14",
"4.15"
],
"main": [
"4.6",
Expand Down

0 comments on commit b0f11c0

Please sign in to comment.