Skip to content

Commit

Permalink
Create and initialize backplane-2.3 branch (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Wu <[email protected]>
  • Loading branch information
philipwu08 authored Mar 2, 2023
1 parent 829c625 commit a8d51c0
Show file tree
Hide file tree
Showing 3 changed files with 42 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 @@ -98,3 +98,22 @@ jobs:
publish_branch: backplane-2.2
keep_files: true
destination_dir: clusterImageSets

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

sync-clusterimageset-backplane-2_3:
name: sync-clusterimageset-backplane-2.3
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.3
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./clusterImageSets
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: backplane-2.3
destination_dir: clusterImageSets
5 changes: 5 additions & 0 deletions supported-ocp-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"4.12",
"4.13"
],
"backplane-2.3": [
"4.11",
"4.12",
"4.13"
],
"main": [
"4.6",
"4.7",
Expand Down

0 comments on commit a8d51c0

Please sign in to comment.