Merge pull request #9559 from sstrigler/EMQX-7982-prep-jmeter-ci-with-tag

ci: use ref to tag rather than raw branch for emqx-fvt in jmeter suite
This commit is contained in:
Ivan Dyachkov 2022-12-15 17:21:16 +01:00 committed by GitHub
commit 41249bdfb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- uses: actions/setup-java@v3
with:
@ -191,7 +191,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- uses: actions/setup-java@v3
with:
@ -297,7 +297,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- uses: actions/setup-java@v3
with:
@ -396,7 +396,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- name: run jwks_server
timeout-minutes: 10
@ -496,7 +496,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- uses: actions/setup-java@v3
with: