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
This commit is contained in:
吴晟 Wu Sheng 2019-12-13 09:31:21 +08:00 committed by GitHub
parent a95627a0d8
commit fd24a29b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 2 deletions

View File

@ -21,6 +21,8 @@ on:
push:
branches:
- master
tags:
- 'v*'
jobs:

View File

@ -16,7 +16,13 @@
name: E2E
on: [pull_request]
on:
pull_request:
push:
branches:
- master
tags:
- 'v*'
jobs:
Single:

View File

@ -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