From 1d09c11fa8af188ffb995a206eb32db4ee9beb7f Mon Sep 17 00:00:00 2001 From: Zane Reynolds Date: Wed, 30 Jan 2019 17:23:52 -0500 Subject: [PATCH] rm mac unit tests (temporarily) --- .buildkite/pipeline.yml | 48 ++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 801460fd41d..16faeba9c17 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -87,31 +87,31 @@ steps: # UNIT TESTING - wait - - command: | # High Sierra Unit Tests - echo "--- :arrow_down: Downloading build directory" && \ - buildkite-agent artifact download "build.tar.gz" . --step ":darwin: High Sierra Build" && \ - tar -zxf build.tar.gz && \ - echo "+++ :microscope: Running unit tests on macOS High Sierra" && \ - cd build && \ - ctest -V - label: ":darwin: High Sierra Unit Tests" - agents: - role: "macos-tester" - os: "high-sierra" - timeout: 120 + # - command: | # High Sierra Unit Tests + # echo "--- :arrow_down: Downloading build directory" && \ + # buildkite-agent artifact download "build.tar.gz" . --step ":darwin: High Sierra Build" && \ + # tar -zxf build.tar.gz && \ + # echo "+++ :microscope: Running unit tests on macOS High Sierra" && \ + # cd build && \ + # ctest -V + # label: ":darwin: High Sierra Unit Tests" + # agents: + # role: "macos-tester" + # os: "high-sierra" + # timeout: 120 - - command: | # Mojave Unit Tests - echo "--- :arrow_down: Downloading build directory" && \ - buildkite-agent artifact download "build.tar.gz" . --step ":darwin: Mojave Build" && \ - tar -zxf build.tar.gz && \ - echo "+++ :microscope: Running unit tests on macOS Mojave" && \ - cd build && \ - ctest -V - label: ":darwin: Mojave Unit Tests" - agents: - role: "tester" - os: "mojave" - timeout: 120 + # - command: | # Mojave Unit Tests + # echo "--- :arrow_down: Downloading build directory" && \ + # buildkite-agent artifact download "build.tar.gz" . --step ":darwin: Mojave Build" && \ + # tar -zxf build.tar.gz && \ + # echo "+++ :microscope: Running unit tests on macOS Mojave" && \ + # cd build && \ + # ctest -V + # label: ":darwin: Mojave Unit Tests" + # agents: + # role: "tester" + # os: "mojave" + # timeout: 120 - command: | # Ubuntu 18.04 Unit Tests echo "--- :arrow_down: Downloading build directory" && \