diff --git a/.buildkite/tests.sh b/.buildkite/tests.sh index da3f6b5afe..87fae1e806 100755 --- a/.buildkite/tests.sh +++ b/.buildkite/tests.sh @@ -124,7 +124,6 @@ max_attempts=2 for target in \ +test-misc-group1 \ +test-misc-group2 \ - +test-misc-group3 \ +test-ast-group1 \ +test-ast-group2 \ +test-ast-group3 \ diff --git a/.github/workflows/ci-docker-ubuntu.yml b/.github/workflows/ci-docker-ubuntu.yml index 230c9a31f0..e69a5a5827 100644 --- a/.github/workflows/ci-docker-ubuntu.yml +++ b/.github/workflows/ci-docker-ubuntu.yml @@ -10,7 +10,7 @@ on: - '.github/CODEOWNERS' - 'LICENSE' pull_request: - branches: [ main ] + # branches: [ main ] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/Earthfile b/Earthfile index 3a97e09551..15487f7d40 100644 --- a/Earthfile +++ b/Earthfile @@ -271,12 +271,6 @@ unit-test: BUILD ./ast+unit-test BUILD ./util/deltautil+unit-test -# offline-test runs offline tests with network set to none -offline-test: - FROM +code - RUN --network=none (go test -run TestOffline ./cloud || kill $$) | tee test.log - RUN if grep 'no tests to run' test.log; then echo "error: no test found" && exit 1; fi - # submodule-decouple-check checks that go submodules within earthly do not # depend on the core earthly project. submodule-decouple-check: @@ -685,16 +679,12 @@ test-no-qemu: test-misc: BUILD +test-misc-group1 BUILD +test-misc-group2 - BUILD +test-misc-group3 BUILD +test-ast test-misc-group1: BUILD +unit-test test-misc-group2: - BUILD +offline-test - -test-misc-group3: BUILD +earthly-script-no-stdout test-ast: