From 3ab22e6ba82e1914ec4bca69f7ff87ce371ba7e5 Mon Sep 17 00:00:00 2001 From: Automated Release Date: Wed, 24 Jan 2024 15:43:05 +0000 Subject: [PATCH] Update base image to use stable branch 'release-0.17' Signed-off-by: Automated Release --- .github/workflows/branch.yml | 4 ++-- .github/workflows/e2e.yml | 4 ++-- .github/workflows/release.yml | 2 +- Makefile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 1a9dc9b0..1e2e1f11 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.17 + if: ${{ github.base_ref != 'release-0.17' }} run: exit 1 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9cff8c16..01330df0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -22,10 +22,10 @@ jobs: fetch-depth: 0 - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.17 with: using: ${{ matrix.globalnet }} - name: Post mortem if: failure() - uses: submariner-io/shipyard/gh-actions/post-mortem@devel + uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f19ce60d..31da7fb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ name: Release the Target Release on: push: branches: - - devel + - release-0.17 paths: - 'releases/**' diff --git a/Makefile b/Makefile index f1ce305f..7b6c0550 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BASE_BRANCH ?= devel +BASE_BRANCH ?= release-0.17 GIT_EMAIL ?= release@submariner.io GIT_NAME ?= Automated Release SHELLCHECK_ARGS := scripts/*.sh scripts/lib/* scripts/test/*