From 8875863726aa983cee9b3a6a8527c961fb2c52ba Mon Sep 17 00:00:00 2001 From: Automated Release Date: Fri, 31 Mar 2023 04:49:00 +0000 Subject: [PATCH] Update base image to use stable branch 'release-0.15' Signed-off-by: Automated Release --- .github/workflows/branch.yml | 4 ++-- .github/workflows/e2e-full.yml | 4 ++-- .github/workflows/e2e.yml | 4 ++-- .github/workflows/flake_finder.yml | 4 ++-- .github/workflows/release.yml | 2 +- Makefile | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 1a9dc9b..edb9178 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -11,6 +11,6 @@ jobs: name: PR targets branch runs-on: ubuntu-latest steps: - - name: Check that the PR targets devel - if: ${{ github.base_ref != 'devel' }} + - name: Check that the PR targets release-0.15 + if: ${{ github.base_ref != 'release-0.15' }} run: exit 1 diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 8ea41ee..9d0412f 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -29,11 +29,11 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.15 with: k8s_version: ${{ matrix.k8s_version }} using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }} - name: Post mortem if: failure() - uses: submariner-io/shipyard/gh-actions/post-mortem@devel + uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.15 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2e57346..256f312 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,8 +16,8 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.15 - name: Post mortem if: failure() - uses: submariner-io/shipyard/gh-actions/post-mortem@devel + uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.15 diff --git a/.github/workflows/flake_finder.yml b/.github/workflows/flake_finder.yml index 1e5cab3..ecb0d63 100644 --- a/.github/workflows/flake_finder.yml +++ b/.github/workflows/flake_finder.yml @@ -24,10 +24,10 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.15 with: using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }} - name: Post mortem if: failure() - uses: submariner-io/shipyard/gh-actions/post-mortem@devel + uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.15 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bf1f8a..6ab0528 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ name: Release Charts on: push: branches: - - devel + - release-0.15 permissions: contents: write diff --git a/Makefile b/Makefile index d1ecb09..5aefaf6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BASE_BRANCH ?= devel +BASE_BRANCH ?= release-0.15 export BASE_BRANCH export HELM_REPO_LOCATION=./helm_repo