From fd24a29b3b0451d6a8527beae1ac5d6ff97c8600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 13 Dec 2019 09:31:21 +0800 Subject: [PATCH] Move e2e and istio e2e to master and release recheck. (#4048) * Move e2e and istio e2e to master recheck. * Try to run tests on tag(release) * Add `v*` tag to trigger test only, as this is the release tag. * Trigger CI again --- .github/workflows/ci-it.yaml | 2 ++ .github/workflows/e2e.yaml | 8 +++++++- .github/workflows/istio-mixer-ci.yaml | 9 ++++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-it.yaml b/.github/workflows/ci-it.yaml index a1281c2ab..6ab0f0044 100644 --- a/.github/workflows/ci-it.yaml +++ b/.github/workflows/ci-it.yaml @@ -21,6 +21,8 @@ on: push: branches: - master + tags: + - 'v*' jobs: diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index ca3b08742..effd6f32f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -16,7 +16,13 @@ name: E2E -on: [pull_request] +on: + pull_request: + push: + branches: + - master + tags: + - 'v*' jobs: Single: diff --git a/.github/workflows/istio-mixer-ci.yaml b/.github/workflows/istio-mixer-ci.yaml index d89312596..cac52c5b2 100644 --- a/.github/workflows/istio-mixer-ci.yaml +++ b/.github/workflows/istio-mixer-ci.yaml @@ -16,7 +16,14 @@ name: istio-mixer-ci -on: [pull_request] +on: + pull_request: + push: + branches: + - master + tags: + - 'v*' + env: SCRIPTS_DIR: ./test/e2e-mesh/e2e-istio/scripts LOG_DIR: /tmp/skywalking