Skip to content
Snippets Groups Projects
Commit daa080ed authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

ci: fix submodule_update.yml workflow

- Fix the `test-sdk` job according to recent changes in SDK
- Fix sending VK Teams message on failure

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent 41af99a2
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ jobs:
- name: Send VK Teams message on failure
if: failure()
uses: ./.github/actions/report-job-status
uses: ./tarantool/.github/actions/report-job-status
with:
bot-token: ${{ secrets.VKTEAMS_BOT_TOKEN }}
......@@ -85,7 +85,7 @@ jobs:
with:
repository: 'tarantool/sdk'
github_token: ${{ secrets.EE_UPDATE_SUBMODULE_TOKEN }}
checkout_branch: 'master'
checkout_branch: '1.x-2.x'
# Same branch name pattern as used in sdk_test workflow
feature_branch: ${{ env.SDK_FEATURE_BRANCH }}
submodule: ${{ env.SDK_SUBMODULE }}
......@@ -103,8 +103,13 @@ jobs:
which is the HEAD of branch
tarantool/tarantool@${{ github.ref_name }}.
- if: failure()
uses: actions/checkout@v4
with:
path: fail/tarantool
- name: Send VK Teams message on failure
if: failure()
uses: ./.github/actions/report-job-status
uses: ./fail/tarantool/.github/actions/report-job-status
with:
bot-token: ${{ secrets.VKTEAMS_BOT_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment