github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/.buildkite/macos-colima.yml (about)

     1  # Colima with qemu and sshfs
     2  # See https://buildkite.com/ddev/macos-colima/settings/repository
     3  # Runs on master and PRs, including forked PRs
     4  
     5    - command: ".buildkite/test.sh"
     6      agents:
     7        - "os=macos"
     8        - "colima=true"
     9        - "architecture=arm64"
    10      env:
    11        BUILDKITE_CLEAN_CHECKOUT: true
    12        BUILDKITE_BUILD_PATH: ~/tmp/buildkite_builds
    13        BUILDKIT_PROGRESS: plain
    14        DDEV_TEST_SHARE_CMD: "false"
    15        DDEV_RUN_GET_TESTS: "false"
    16        DOCKER_TYPE: "colima"
    17      parallelism: 1