소스 검색

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
Ivan Dyachkov 3 년 전
부모
커밋
41249bdfb4
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      .github/workflows/run_jmeter_tests.yaml

+ 5 - 5
.github/workflows/run_jmeter_tests.yaml

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