Skip to content

Commit 27c7063

Browse files
feat: Update qubership-test-pipelines to v1.1.0 (#86)
1 parent b5fd869 commit 27c7063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
conclusion: ${{ steps.wait.outputs.conclusion }}
1919
steps:
2020
- name: Wait for push.yml to complete
21-
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@0f2be042d7c833c6bf60df85732609b7991fb821 # v.2.0.0
21+
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@3e428f45132119ce49d90f3770a45d4fe1d1078d #v2.0.4
2222
id: wait
2323
with:
2424
workflow: push.yml
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
poll-interval: 20
2727
Zookeeper-Pipeline:
2828
needs: Wait-for-images
29-
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@aecdc72c47de69569cecc4b876e86ecb6776d629 #v1.0.1
29+
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@d035050ec322700c3df9a7ec62efc0220abe4243 #v1.1.0
3030
with:
3131
service_branch: '${{ github.head_ref || github.ref_name }}'
3232
versions_file: '.github/versions.yaml'
33-
pipeline_branch: 'v1.0.1' #this value must match the value after '@' in 'uses'
33+
pipeline_branch: 'd035050ec322700c3df9a7ec62efc0220abe4243' #this value must match the value after '@' in 'uses'
3434
secrets:
3535
AWS_S3_ACCESS_KEY_ID: ${{secrets.AWS_S3_ACCESS_KEY_ID}}
3636
AWS_S3_ACCESS_KEY_SECRET: ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}

0 commit comments

Comments
 (0)