From 14e85ad47617fd7b01a40b048743234c6cf09bc8 Mon Sep 17 00:00:00 2001 From: Automated Release Date: Wed, 20 Oct 2021 07:36:16 +0000 Subject: [PATCH] Update base image to use stable branch 'release-0.11' Signed-off-by: Automated Release --- .github/workflows/branch.yml | 6 +++--- .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, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index c08bc1c..a4888dd 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -6,9 +6,9 @@ on: jobs: target_devel: - name: PR targets devel + name: PR targets release-0.11 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.11 + if: ${{ github.base_ref != 'release-0.11' }} run: exit 1 diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 0eb3037..1b46e00 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -27,11 +27,11 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.11 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.11 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 192f4b5..e68167b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -14,8 +14,8 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.11 - name: Post mortem if: failure() - uses: submariner-io/shipyard/gh-actions/post-mortem@devel + uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.11 diff --git a/.github/workflows/flake_finder.yml b/.github/workflows/flake_finder.yml index c3b38f8..ce2cefb 100644 --- a/.github/workflows/flake_finder.yml +++ b/.github/workflows/flake_finder.yml @@ -22,10 +22,10 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.11 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.11 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5c8b33..a671c1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ name: Release Charts on: push: branches: - - devel + - release-0.11 jobs: release: diff --git a/Makefile b/Makefile index 1a80882..d079fa7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BASE_BRANCH ?= devel +BASE_BRANCH ?= release-0.11 export BASE_BRANCH ifneq (,$(DAPPER_HOST_ARCH))