From 01e57d884352613b83d177bf4fe77e9d932b3f38 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Fri, 15 Sep 2023 06:35:35 -0400 Subject: [PATCH] NOMERGE smaller build --- .github/workflows/full-ci.yml | 95 ----------------------------------- 1 file changed, 95 deletions(-) diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index d7de9f130c43..0e1e98e77fab 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -29,104 +29,9 @@ concurrency: ## NOTE: the job ids below must be unique! jobs: - ci1: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_backend: AZURE - matrix_image: ubuntu-22.04 - bootstrap_args: '--enable-azure --enable-release-symbols' - - ci2: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_backend: GCS - matrix_image: ubuntu-20.04 - timeout: 120 - bootstrap_args: '--enable-gcs --enable-release-symbols' - - ci3: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_option: SERIALIZATION - matrix_image: ubuntu-22.04 - bootstrap_args: '--enable-serialization --enable-release-symbols' - - ci4: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_backend: HDFS - matrix_image: ubuntu-22.04 - matrix_compiler_cc: 'gcc-13' - matrix_compiler_cxx: 'g++-13' - bootstrap_args: '--enable-hdfs --enable-static-tiledb --disable-werror' - - ci5: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_backend: S3 - matrix_image: macos-11 - timeout: 120 - bootstrap_args: '--enable=s3,serialization,tools --enable-release-symbols' - - ci6: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_backend: GCS - matrix_image: macos-11 - timeout: 120 - bootstrap_args: '--enable-gcs --enable-release-symbols' - - ci7: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_option: Experimental - matrix_image: ubuntu-22.04 - bootstrap_args: '--enable=experimental-features,serialization --enable-release-symbols' - - ci8: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_backend: S3 - matrix_image: ubuntu-22.04 - timeout: 120 - bootstrap_args: '--enable-s3 --enable-release-symbols' - - ci9: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_option: ASAN - matrix_image: ubuntu-20.04 - timeout: 120 - bootstrap_args: '--enable-serialization' - asan: true - - ci10: - uses: ./.github/workflows/ci-linux_mac.yml - with: - ci_backend: AZURE - matrix_image: macos-11 - timeout: 120 - bootstrap_args: '--enable-azure' - - ci_msvc: - uses: ./.github/workflows/build-windows.yml - ci_mingw_r: uses: ./.github/workflows/build-rtools40.yml - backward_compatibility: - uses: ./.github/workflows/build-ubuntu20.04-backwards-compatibility.yml - - standalone: - uses: ./.github/workflows/unit-test-runs.yml - - ci_docker: - uses: ./.github/workflows/build-dockerfile.yml - - ci_rest: - uses: ./.github/workflows/ci-rest.yml - secrets: inherit - # dummy job for branch protection check full_ci_passed: needs: [