From 8e36db9b8551c75af19dca91e26b7013939e4bd3 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Sun, 10 Nov 2024 12:42:18 -0800 Subject: [PATCH] Remove CI for ubuntu docker --- .github/workflows/ci_ubuntu.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml index 0200f6a3d59db..4e33ba56fc922 100644 --- a/.github/workflows/ci_ubuntu.yml +++ b/.github/workflows/ci_ubuntu.yml @@ -21,20 +21,13 @@ on: workflow_dispatch: jobs: - build_on_docker: + coverage: if: github.event_name != 'workflow_dispatch' - name: linux-docker-${{ matrix.os }}-${{ matrix.build_type }} + name: coverage-${{ matrix.os }}-${{ matrix.build_type }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: - # Supported LTS versions - os: [ubuntu-jammy, ubuntu-noble, ubuntu-oracular] - build_type: [Release] - codecov: [OFF] - check_format: [OFF] - build_dartpy: [ON] - enable_simd: [ON] include: # For code coverage report to Codecov - os: ubuntu-jammy @@ -79,8 +72,8 @@ jobs: $DART_DEV_IMAGE:$DOCKER_TAG \ /bin/sh -c "cd $GITHUB_WORKSPACE && ./scripts/build.sh" - build_on_pixi: - name: ubuntu-pixi + build: + name: ubuntu runs-on: ubuntu-latest steps: - name: Checkout @@ -102,7 +95,7 @@ jobs: - name: Test DART and dartpy run: | pixi run test-all - + - name: Install run: | pixi run install