File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1111 name : PR targets branch
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Check that the PR targets devel
15- if : ${{ github.base_ref != 'devel ' }}
14+ - name : Check that the PR targets release-0.23
15+ if : ${{ github.base_ref != 'release-0.23 ' }}
1616 run : exit 1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 trigger-review :
13- uses : submariner-io/submariner-bot/.github/workflows/coderabbit-trigger.yml@devel
13+ uses : submariner-io/submariner-bot/.github/workflows/coderabbit-trigger.yml@release-0.23
1414 with :
1515 pr_number : ${{ github.event.pull_request.number }}
1616 secrets : inherit
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3030
3131 - name : Run E2E deployment and tests
32- uses : submariner-io/shipyard/gh-actions/e2e@devel
32+ uses : submariner-io/shipyard/gh-actions/e2e@release-0.23
3333 with :
3434 k8s_version : ${{ matrix.k8s_version }}
3535 using : ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }}
3636
3737 - name : Post mortem
3838 if : failure()
39- uses : submariner-io/shipyard/gh-actions/post-mortem@devel
39+ uses : submariner-io/shipyard/gh-actions/post-mortem@release-0.23
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717
1818 - name : Run E2E deployment and tests
19- uses : submariner-io/shipyard/gh-actions/e2e@devel
19+ uses : submariner-io/shipyard/gh-actions/e2e@release-0.23
2020
2121 - name : Post mortem
2222 if : failure()
23- uses : submariner-io/shipyard/gh-actions/post-mortem@devel
23+ uses : submariner-io/shipyard/gh-actions/post-mortem@release-0.23
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525
2626 - name : Run E2E deployment and tests
27- uses : submariner-io/shipyard/gh-actions/e2e@devel
27+ uses : submariner-io/shipyard/gh-actions/e2e@release-0.23
2828 with :
2929 using : ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }}
3030
3131 - name : Post mortem
3232 if : failure()
33- uses : submariner-io/shipyard/gh-actions/post-mortem@devel
33+ uses : submariner-io/shipyard/gh-actions/post-mortem@release-0.23
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Release Charts
44on :
55 push :
66 branches :
7- - devel
7+ - release-0.23
88
99permissions :
1010 contents : write
Original file line number Diff line number Diff line change 1- BASE_BRANCH ?= devel
1+ BASE_BRANCH ?= release-0.23
22export BASE_BRANCH
33export HELM_REPO_LOCATION =./helm_repo
44
You can’t perform that action at this time.
0 commit comments