From 4e852dc797b9bf88c6109ffd2e5dedc2e7a20be5 Mon Sep 17 00:00:00 2001 From: Maxim Kokryashkin Date: Fri, 15 Dec 2023 18:26:46 +0300 Subject: [PATCH] fixup --- .github/workflows/testing.yml | 202 +--------------------------------- 1 file changed, 4 insertions(+), 198 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8db4c4f46f..56e99133f4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -86,201 +86,7 @@ jobs: test-tarantool-codeql: needs: test-luajit - steps: - - name: codeql - uses: tarantool/tarantool/.github/workflows/codeql.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-coverage: - needs: test-luajit - steps: - - name: coverage - uses: tarantool/tarantool/.github/workflows/coverage.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-debug: - needs: test-luajit - steps: - - name: debug - uses: tarantool/tarantool/.github/workflows/debug.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-debug_aarch64: - needs: test-luajit - steps: - - name: debug_aarch64 - uses: tarantool/tarantool/.github/workflows/debug_aarch64.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-debug_asan_clang: - needs: test-luajit - steps: - - name: debug_asan_clang - uses: tarantool/tarantool/.github/workflows/debug_asan_clang.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-default_gcc_centos_7: - needs: test-luajit - steps: - - name: default_gcc_centos_7 - uses: tarantool/tarantool/.github/workflows/default_gcc_centos_7.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-freebsd-12: - needs: test-luajit - steps: - - name: freebsd - uses: tarantool/tarantool/.github/workflows/freebsd.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-freebsd-13: - needs: test-luajit - steps: - - name: freebsd - uses: tarantool/tarantool/.github/workflows/freebsd.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-integration: - needs: test-luajit - steps: - - name: integration - uses: tarantool/tarantool/.github/workflows/integration.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-lint: - needs: test-luajit - steps: - - name: lint - uses: tarantool/tarantool/.github/workflows/lint.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-memtx_allocator_based_on_malloc: - needs: test-luajit - steps: - - name: memtx_allocator_based_on_malloc - uses: tarantool/tarantool/.github/workflows/memtx_allocator_based_on_malloc.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-osx_debug: - needs: test-luajit - steps: - - name: osx_debug - uses: tarantool/tarantool/.github/workflows/osx_debug.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-osx_release: - needs: test-luajit - steps: - - name: osx_release - uses: tarantool/tarantool/.github/workflows/osx_release.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-osx_release_lto: - needs: test-luajit - steps: - - name: osx_release_lto - uses: tarantool/tarantool/.github/workflows/osx_release_lto.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-osx_static_cmake: - needs: test-luajit - steps: - - name: osx_static_cmake - uses: tarantool/tarantool/.github/workflows/osx_static_cmake.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-out_of_source: - needs: test-luajit - steps: - - name: out_of_source - uses: tarantool/tarantool/.github/workflows/out_of_source.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-packaging: - needs: test-luajit - steps: - - name: packaging - uses: tarantool/tarantool/.github/workflows/packaging.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-perf_micro: - needs: test-luajit - steps: - - name: perf_micro - uses: tarantool/tarantool/.github/workflows/perf_micro.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-release: - needs: test-luajit - steps: - - name: release - uses: tarantool/tarantool/.github/workflows/release.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-release_asan_clang: - needs: test-luajit - steps: - - name: release_asan_clang - uses: tarantool/tarantool/.github/workflows/release_asan_clang.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-release_clang: - needs: test-luajit - steps: - - name: release_clang - uses: tarantool/tarantool/.github/workflows/release_clang.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-release_lto: - needs: test-luajit - steps: - - name: release_lto - uses: tarantool/tarantool/.github/workflows/release_lto.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-release_lto_clang: - needs: test-luajit - steps: - - name: release_lto_clang - uses: tarantool/tarantool/.github/workflows/release_lto_clang.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-static_build: - needs: test-luajit - steps: - - name: static_build - uses: tarantool/tarantool/.github/workflows/static_build.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-static_build_cmake_linux: - needs: test-luajit - steps: - - name: static_build_cmake_linux - uses: tarantool/tarantool/.github/workflows/static_build_cmake_linux.yml@master - with: - submodule: luajit - revision: ${{ github.sha }} + uses: tarantool/tarantool/.github/workflows/codeql.yml@master + with: + submodule: luajit + revision: ${{ github.sha }}