Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/versions.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
2.1.4
2.1.6
2.1.5
13 changes: 7 additions & 6 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Run Rabbitmq Pipeline

on:
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
push
# pull_request:
# types: [opened, synchronize, reopened]
# branches: [main]

jobs:
Wait-for-images:
Expand All @@ -12,7 +13,7 @@ jobs:
conclusion: ${{ steps.wait.outputs.conclusion }}
steps:
- name: Wait for dev_build.yml to complete
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@9538833017019ab6bbc2138d3034778dfe3a5d1f #v2.0.6
id: wait
with:
workflow: dev_build.yml
Expand All @@ -21,11 +22,11 @@ jobs:
Rabbitmq-Pipeline:
needs: Wait-for-images
# if: ${{ needs.Wait-for-images.outputs.conclusion }} == 'success'
uses: Netcracker/qubership-test-pipelines/.github/workflows/rabbitmq.yaml@d035050ec322700c3df9a7ec62efc0220abe4243 #v1.1.0
uses: Netcracker/qubership-test-pipelines/.github/workflows/rabbitmq.yaml@81a445840dde346a27ce09955779af4894bb0a14 #v1.2.0
with:
service_branch: '${{ github.head_ref || github.ref_name }}'
versions_file: '.github/versions.yaml'
pipeline_branch: 'd035050ec322700c3df9a7ec62efc0220abe4243' #this value must match the value after '@' in 'uses'
pipeline_branch: '81a445840dde346a27ce09955779af4894bb0a14' #this value must match the value after '@' in 'uses'
secrets:
AWS_S3_ACCESS_KEY_ID: ${{secrets.AWS_S3_ACCESS_KEY_ID}}
AWS_S3_ACCESS_KEY_SECRET: ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}
Loading