Skip to content
Snippets Groups Projects
  1. Jul 24, 2024
  2. Jul 23, 2024
  3. Jul 03, 2024
  4. May 31, 2024
  5. May 17, 2024
  6. Apr 12, 2024
  7. Apr 02, 2024
  8. Apr 01, 2024
  9. Mar 25, 2024
  10. Mar 07, 2024
  11. Mar 01, 2024
  12. Feb 22, 2024
  13. Jan 16, 2024
  14. Feb 19, 2021
  15. Feb 18, 2021
    • Alexander V. Tikhonov's avatar
      github-ci: port perf jobs from gitlab-ci · c53c650e
      Alexander V. Tikhonov authored
      Added Github local Action 'perf' to be used for perf docker images
      preparations and benchmarks runs. Ported jobs from gitlab-ci:
      
        perf_cbench
        perf_linkbench_ssd
        perf_nosqlbench_hash
        perf_nosqlbench_tree
        perf_sysbench
        perf_tpcc
        perf_tpch
        perf_ycsb_hash
        perf_ycsb_tree
      
      Closes #5663
      c53c650e
    • Alexander V. Tikhonov's avatar
      github-ci: add jepsen* test jobs · 5c68884a
      Alexander V. Tikhonov authored
      Moved from gitlab-ci to github-ci 'jepsen*' jobs for
      testing Tarantool with long Jepsen tests:
      
        jepsen-single-* jobs run by cron each 3 hours
        jepsen-cluster-* jobs run manualy or with API backend request.
      
      Closes tarantool/tarantool-qa#79
      5c68884a
  16. Feb 17, 2021
  17. Feb 08, 2021
  18. Feb 04, 2021
  19. Jan 25, 2021
  20. Jan 21, 2021
  21. Jan 15, 2021
    • Alexander V. Tikhonov's avatar
      gitlab-ci: remove OSX 13 from testing · 4f7706dc
      Alexander V. Tikhonov authored
      OSX 13 was tested for homebrew commit criteria. But a month ago
      criteria list changed and OSX 13 was removed [1]. So we don't
      need it any more in our commit criteria - removing.
      
      [1] - https://github.com/Homebrew/homebrew-core/actions/runs/465259174
      4f7706dc
    • Alexander V. Tikhonov's avatar
      gitlab-ci: FreeBSD 12 lack of python 2 packages · 1970798c
      Alexander V. Tikhonov authored
      Found issue:
      
        pkg: No packages available to install matching 'py27-yaml' have been found in the repositories
        pkg: No packages available to install matching 'py27-gevent' have been found in the repositories
      
      Happened at .travis.mk file target:
      
        deps_freebsd:
                sudo pkg install -y git cmake gmake icu libiconv \
                        python27 py27-yaml py27-six py27-gevent \
                        autoconf automake libtool
      
      It happened becasue Python 2 is end of life and all OS distributions
      changed to use Python 3. Also all repositories removed its copies of
      the Python 2 packages.
      
      Due to FreeBSD 12 is testing using VBox VM image which already has
      all the needed Python 2 packages, the current fix is to change the
      gitlab-ci job to use instead of 'test_freebsd' target, which calls
      'deps_freebsd' target with calls to install Python 2 packages, use
      'test_freebsd_no_deps' target without it. We really won't need these
      packages feather due to next update of these gitlab-ci jobs will be
      change of make targets to use Python 3 packages instead of Python 2.
      
      Closes tarantool/tarantool-qa#4
      1970798c
  22. Dec 23, 2020
  23. Dec 10, 2020
Loading