From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH luajit] ci: use Tarantool revision in integration workflow Date: Fri, 30 May 2025 15:12:33 +0300 [thread overview] Message-ID: <20250530121233.13591-1-skaplun@tarantool.org> (raw) This patch adds the specific Tarantool revision to be checked out in callee workflows to avoid the inconsistency between the used workflow and the version of Tarantool that ref we are using. This revision should be updated during the bump of the workflow to the corresponding long-term branch. The patch left the <testing.yml> workflow intact since it uses a different approach. --- Branch: https://github.com/tarantool/luajit/tree/skaplun/tarantool-integration-branch-revision .github/workflows/integration-tarantool-ecosystem.yml | 1 + .github/workflows/integration-tarantool.yml | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/integration-tarantool-ecosystem.yml b/.github/workflows/integration-tarantool-ecosystem.yml index e303ae32..7b37bf86 100644 --- a/.github/workflows/integration-tarantool-ecosystem.yml +++ b/.github/workflows/integration-tarantool-ecosystem.yml @@ -43,3 +43,4 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master diff --git a/.github/workflows/integration-tarantool.yml b/.github/workflows/integration-tarantool.yml index 86182dd3..3d6deb6e 100644 --- a/.github/workflows/integration-tarantool.yml +++ b/.github/workflows/integration-tarantool.yml @@ -39,6 +39,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-debug: name: debug @@ -46,6 +47,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-debug_aarch64: name: debug aarch64 @@ -53,6 +55,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-debug_asan_clang: name: debug ASAN clang @@ -60,6 +63,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-out_of_source: name: out of source @@ -67,6 +71,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-release: name: release @@ -74,6 +79,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-release_asan_clang: name: release ASAN clang @@ -81,6 +87,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-release_clang: name: release clang @@ -88,6 +95,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-release_lto: name: release lto @@ -95,6 +103,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-release_lto_clang: name: release lto clang @@ -102,6 +111,7 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master test-tarantool-static_build: name: static build @@ -109,3 +119,4 @@ jobs: with: submodule: luajit revision: ${{ github.sha }} + tarantool_revision: master -- 2.49.0
next reply other threads:[~2025-05-30 12:12 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-05-30 12:12 Sergey Kaplun via Tarantool-patches [this message] 2025-06-02 11:02 ` Sergey Bronnikov via Tarantool-patches
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20250530121233.13591-1-skaplun@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit] ci: use Tarantool revision in integration workflow' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox