From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Igor Munkin <imun@tarantool.org>,
Maxim Kokryashkin <m.kokryashkin@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH luajit v2 1/2] ci: add arm64 architecture to exotic testing
Date: Mon, 13 Feb 2023 12:35:33 +0300 [thread overview]
Message-ID: <0bbee1b85ca438087113a78cf834062085d593b0.1676280708.git.skaplun@tarantool.org> (raw)
In-Reply-To: <cover.1676280708.git.skaplun@tarantool.org>
This commit adds the matrix column with CPU architecture dependency to
be used in future workflows. However, the dual-number mode is default
for arm64 in LuaJIT, so its excluded from the matrix.
---
.github/workflows/exotic-builds-testing.yml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/exotic-builds-testing.yml b/.github/workflows/exotic-builds-testing.yml
index cd0c14d7..845ae864 100644
--- a/.github/workflows/exotic-builds-testing.yml
+++ b/.github/workflows/exotic-builds-testing.yml
@@ -29,11 +29,12 @@ concurrency:
cancel-in-progress: true
jobs:
- test-x86_64-exotic:
+ test-exotic:
strategy:
fail-fast: false
matrix:
BUILDTYPE: [Debug, Release]
+ ARCH: [ARM64, x86_64]
GC64: [ON, OFF]
FLAVOR: [dualnum]
include:
@@ -43,10 +44,14 @@ jobs:
CMAKEFLAGS: -DCMAKE_BUILD_TYPE=RelWithDebInfo
- FLAVOR: dualnum
FLAVORFLAGS: -DLUAJIT_NUMMODE=2
- runs-on: [self-hosted, regular, Linux, x86_64]
+ exclude:
+ # DUALNUM is default for ARM64, no need for additional testing.
+ - FLAVOR: dualnum
+ ARCH: ARM64
+ runs-on: [self-hosted, regular, Linux, '${{ matrix.ARCH }}']
name: >
LuaJIT ${{ matrix.FLAVOR }}
- (Linux/x86_64)
+ (Linux/${{ matrix.ARCH }})
${{ matrix.BUILDTYPE }}
GC64:${{ matrix.GC64 }}
steps:
--
2.34.1
next prev parent reply other threads:[~2023-02-13 9:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 9:35 [Tarantool-patches] [PATCH luajit v2 0/2] Checkhook CI improvements Sergey Kaplun via Tarantool-patches
2023-02-13 9:35 ` Sergey Kaplun via Tarantool-patches [this message]
2023-02-13 9:35 ` [Tarantool-patches] [PATCH luajit v2 2/2] ci: add LUAJIT_ENABLE_CHECKHOOK for exotic matrix Sergey Kaplun via Tarantool-patches
2023-02-13 16:10 ` [Tarantool-patches] [PATCH luajit v2 0/2] Checkhook CI improvements Igor Munkin 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=0bbee1b85ca438087113a78cf834062085d593b0.1676280708.git.skaplun@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=imun@tarantool.org \
--cc=m.kokryashkin@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit v2 1/2] ci: add arm64 architecture to exotic testing' \
/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