Skip to content
Snippets Groups Projects
  1. Oct 10, 2023
    • Nikolay Shirokovskiy's avatar
      ci: add debug_asan_clang workflow · 7b67f9be
      Nikolay Shirokovskiy authored
      Similarly to release_asan_clang but to test debug build. It is also run
      only under `asan-ci` and `full-ci` labels.
      
      Fiber stack size is 2 times bigger than in the release workflow for luajit
      tests to pass. Note that this factor is a wild guess.
      
      Part of #7327
      
      NO_TEST=ci
      NO_CHANGELOG=ci
      NO_DOC=ci
      
      (cherry picked from commit 980ad3f4)
      7b67f9be
  2. Oct 03, 2023
    • Nikolay Shirokovskiy's avatar
      ci: run asan workflow on 'asan-ci' label · 17b3ecd5
      Nikolay Shirokovskiy authored
      It is convenient to have a label to run ASAN CI without running full CI.
      
      NO_DOC=ci
      NO_TEST=ci
      NO_CHANGELOG=ci
      
      (cherry picked from commit c0025ffb)
      17b3ecd5
    • Sergey Bronnikov's avatar
      ci: run performance tests · 29211065
      Sergey Bronnikov authored
      Performance tests added to perf directory are not automated and
      currently we run these tests manually from time to time. From other side
      source code that used rarely could lead to software rot [1].
      
      The patch adds CMake target "test-perf" and GitHub workflow, that runs
      these tests in CI. Workflow is based on workflow release.yml, it builds
      performance tests and runs them.
      
      1. https://en.wikipedia.org/wiki/Software_rot
      
      NO_CHANGELOG=testing
      NO_DOC=testing
      NO_TEST=testing
      
      (cherry picked from commit 5edcb712)
      Unverified
      29211065
  3. Oct 02, 2023
    • Yaroslav Lobankov's avatar
      ci/cd: add Fedora 38 · c9be74ce
      Yaroslav Lobankov authored
      Add the fedora_38.yml and fedora_38_aarch64.yml workflow files to build
      Tarantool packages for x86_64 and aarch64 platforms.
      
      Closes tarantool/tarantool#9203
      
      NO_DOC=ci/cd
      NO_TEST=ci/cd
      NO_CHANGELOG=ci/cd
      c9be74ce
    • Yaroslav Lobankov's avatar
      ci/cd: add Fedora 37 · 90733a31
      Yaroslav Lobankov authored
      Add the fedora_37.yml and fedora_37_aarch64.yml workflow files to build
      Tarantool packages for x86_64 and aarch64 platforms.
      
      Closes tarantool/tarantool#9204
      
      NO_DOC=ci/cd
      NO_TEST=ci/cd
      NO_CHANGELOG=ci/cd
      90733a31
    • Yaroslav Lobankov's avatar
      ci/cd: add Debian 12 · 07b4cff2
      Yaroslav Lobankov authored
      Add the debian_12.yml and debian_12_aarch64.yml workflow files to build
      Tarantool packages for x86_64 and aarch64 platforms.
      
      Closes tarantool/tarantool#9205
      
      NO_DOC=ci/cd
      NO_TEST=ci/cd
      NO_CHANGELOG=ci/cd
      07b4cff2
  4. Sep 15, 2023
    • Yaroslav Lobankov's avatar
      ci: convert shallow submodules to complete ones · 5f34d2a1
      Yaroslav Lobankov authored
      This patch is intended to resolve the following issue that appears while
      calling `cmake` for submodules from time to time:
      
          fatal: No tags can describe '<sha>'.
          Try --always, or create some tags.
      
      This happens because the `actions/checkout` GitHub action fetches the
      repository with the `--unshallow` option, but it doesn't do the same for
      submodules. So this leads to the error above while using `git describe`
      for submodules.
      
      This is fixed by converting a shallow submodule to a complete one.
      
      NO_DOC=ci
      NO_TEST=circuit
      NO_CHANGELOG=ci
      
      (cherry picked from commit 5be8268a)
      Unverified
      5f34d2a1
  5. Aug 30, 2023
  6. Aug 25, 2023
    • Sergey Bronnikov's avatar
      ci: fix an error in workflow · a3600f5e
      Sergey Bronnikov authored
      Commit f14cb97d ("ci: update paths in a fuzzing workflow") breaks
      fuzzing workflow because one may only define one of `paths` and
      `paths-ignore` for a single event. The patch fixes that.
      
      NO_CHANGELOG=ci
      NO_DOC=ci
      NO_TEST=ci
      
      (cherry picked from commit a6eeec3c)
      Unverified
      a3600f5e
  7. Aug 24, 2023
    • Sergey Bronnikov's avatar
      ci: update paths in a publish module api doc workflow · 1d53fda6
      Sergey Bronnikov authored
      Module API documentation is described in Doxygen comments in C/C++ files
      in src/ directory. No sense to run this job for other changes. The patch
      changes paths in workflow accordingly.
      
      NO_CHANGELOG=ci
      NO_DOC=ci
      NO_TEST=ci
      
      (cherry picked from commit 9af36ae1)
      Unverified
      1d53fda6
    • Sergey Bronnikov's avatar
      ci: update paths in a fuzzing workflow · 7da94b5c
      Sergey Bronnikov authored
      Fuzzing is a heavyweight job, we can reduce a set of paths used for
      triggering this job and therefore reduce an overall time of testing in
      some cases.
      
      The patch replaces `.github/workflows/**` to
      `.github/workflows/fuzzing.yml` because workflows are independent and
      changes in other workflows does not affect fuzzing at all and patch adds
      Lua files (`**.lua`) to ignores because fuzzing focused on C/C++ code.
      
      NO_CHANGELOG=ci
      NO_DOC=ci
      NO_TEST=ci
      
      (cherry picked from commit f14cb97d)
      Unverified
      7da94b5c
  8. Aug 22, 2023
  9. Aug 08, 2023
    • Yaroslav Lobankov's avatar
      ci: bump Clang version to 16 in release build LTO testing · 8a42c785
      Yaroslav Lobankov authored
      Run release build LTO testing inside a Docker container created from the
      `tarantool/testing:ubuntu-jammy-clang16` image with Clang 16 installed.
      
      Closes #318
      
      NO_DOC=ci
      NO_TEST=ci
      NO_CHANGELOG=ci
      
      (cherry picked from commit 9d0cb54f)
      8a42c785
    • Yaroslav Lobankov's avatar
      ci: bump Clang version to 16 in release build testing · 4e347f55
      Yaroslav Lobankov authored
      Run release build testing inside a Docker container created from the
      `tarantool/testing:ubuntu-jammy-clang16` image with Clang 16 installed.
      
      Closes #317
      
      NO_DOC=ci
      NO_TEST=ci
      NO_CHANGELOG=ci
      
      (cherry picked from commit 9134dabd)
      4e347f55
    • Kirill Yukhin's avatar
      Add owners for /.test.mk and /.github · 31a74698
      Kirill Yukhin authored
      Add code owners for CI-related script and
      for github automation directory.
      
      NO_CHANGELOG=no code changes
      NO_TEST=no code changes
      NO_DOC=no code changes
      
      (cherry picked from commit 9234763a)
      31a74698
    • Kirill Yukhin's avatar
      Add owners for test/ and test-run/ · 32ff5a73
      Kirill Yukhin authored
      In order to improve tests of Tarantool core
      assign dedicated team to perform review of each
      and every change.
      
      NO_CHANGELOG=no code changes
      NO_TEST=no code changes
      NO_DOC=no code changes
      
      (cherry picked from commit 532bada7)
      32ff5a73
    • Kirill Yukhin's avatar
      Add CODEOWNERS file · 0beee753
      Kirill Yukhin authored
      To make changelog preparation less stressful let's pass each and every
      change to changelogs/ directly through the doc team.
      
      NO_CHANGELOG=no code changes
      NO_TEST=no code changes
      NO_DOC=no code changes
      
      (cherry picked from commit 2970bd57)
      0beee753
  10. Jun 19, 2023
  11. Jun 08, 2023
  12. Jun 07, 2023
  13. Apr 13, 2023
  14. Apr 12, 2023
    • Yaroslav Lobankov's avatar
      ci: reduce testing for macOS 12 · e692b025
      Yaroslav Lobankov authored
      We have the limited hardware resources with macOS 12, and full testing
      is time-consuming. So let's check only the release build on the x86_64
      platform.
      
      NO_DOC=ci
      NO_TEST=ci
      NO_CHANGELOG=ci
      
      (cherry picked from commit 2f1ae906)
      e692b025
  15. Apr 05, 2023
    • Yaroslav Lobankov's avatar
      ci: fix saving artifacts to S3 for FreeBSD · c754f4aa
      Yaroslav Lobankov authored
      * Add an extra step that should be considered as a workaround for the
        runner agent (ChristopherHX/github-act-runner) that is used on FreeBSD
        machines. Without it, env.ARTIFACT_EXISTS will be undefined for some
        reason.
      
      * In the s3-upload-artifact action change `if: env.ARTIFACT_EXISTS` to
        `if: env.ARTIFACT_EXISTS == 'true'` to be compatible with the FreeBSD
        runner agent.
      
      Follows up tarantool/multivac#116
      
      NO_DOC=ci
      NO_TEST=ci
      NO_CHANGELOG=ci
      
      (cherry picked from commit 561c4f16)
      Unverified
      c754f4aa
  16. Apr 03, 2023
  17. Mar 06, 2023
  18. Mar 03, 2023
Loading