Skip to content

Commit f11b187

Browse files
update test pipeline branch
1 parent 2c6d4e0 commit f11b187

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ on:
88

99
jobs:
1010
Zookeeper-Pipeline:
11-
#uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@e14229587f193e1130d715d38d7143a3b5034d42
12-
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@fix_consul
11+
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@f6104d86e08ccf5c490e8dc6396b51585d03538a
1312
with:
1413
service_branch: '${{ github.head_ref || github.ref_name }}'
1514
versions_file: '.github/versions.yaml'
16-
#pipeline_branch: 'e14229587f193e1130d715d38d7143a3b5034d42' #this value must match the value after '@' in 'uses'
17-
pipeline_branch: 'fix_consul' #this value must match the value after '@' in 'uses'
15+
pipeline_branch: 'f6104d86e08ccf5c490e8dc6396b51585d03538a' #this value must match the value after '@' in 'uses'
1816
secrets:
1917
AWS_S3_ACCESS_KEY_ID: ${{secrets.AWS_S3_ACCESS_KEY_ID}}
2018
AWS_S3_ACCESS_KEY_SECRET: ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}

0 commit comments

Comments
 (0)