diff --git a/.github/versions.yaml b/.github/versions.yaml index 7d2ed7c7..dfce076b 100644 --- a/.github/versions.yaml +++ b/.github/versions.yaml @@ -1 +1,2 @@ -2.1.4 +2.1.6 +2.1.5 diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 59dc7d5f..49389760 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -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: @@ -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 @@ -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}}