Skip to content

Commit

Permalink
merge from feature/blacklistonchain
Browse files Browse the repository at this point in the history
  • Loading branch information
msmic committed Mar 20, 2019
2 parents 7342e06 + 2252e5f commit e997336
Showing 1 changed file with 71 additions and 71 deletions.
142 changes: 71 additions & 71 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
steps:
- command: |
echo "--- Creating symbolic link to job directory :file_folder:" && \
sleep 5 && ln -s "$(pwd)" /data/job && cd /data/job && \
echo "+++ Building :hammer:" && \
echo 1 | ./eosio_build.sh && \
echo "--- Compressing build directory :compression:" && \
tar -pczf build.tar.gz build/
label: ":darwin: High Sierra Build"
agents:
- "role=macos-builder"
artifact_paths: "build.tar.gz"
timeout: 60
# - command: |
# echo "--- Creating symbolic link to job directory :file_folder:" && \
# sleep 5 && ln -s "$(pwd)" /data/job && cd /data/job && \
# echo "+++ Building :hammer:" && \
# echo 1 | ./eosio_build.sh && \
# echo "--- Compressing build directory :compression:" && \
# tar -pczf build.tar.gz build/
# label: ":darwin: High Sierra Build"
# agents:
# - "role=macos-builder"
# artifact_paths: "build.tar.gz"
# timeout: 60

- command: |
echo "--- Creating symbolic link to job directory :file_folder:" && \
Expand Down Expand Up @@ -103,40 +103,40 @@ steps:
- wait

- command: |
echo "--- :arrow_down: Downloading build directory" && \
buildkite-agent artifact download "build.tar.gz" . --step ":darwin: High Sierra Build" && \
tar -zxf build.tar.gz && \
echo "--- :m: Starting MongoDB" && \
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
echo "+++ :microscope: Running tests" && \
ln -s "$(pwd)" /data/job && cd /data/job/build && ctest -j8 -LE _tests --output-on-failure
label: ":darwin: High Sierra Tests"
agents:
- "role=macos-tester"
- "os=high-sierra"
artifact_paths:
- "mongod.log"
- "build/genesis.json"
- "build/config.ini"
timeout: 60
# - command: |
# echo "--- :arrow_down: Downloading build directory" && \
# buildkite-agent artifact download "build.tar.gz" . --step ":darwin: High Sierra Build" && \
# tar -zxf build.tar.gz && \
# echo "--- :m: Starting MongoDB" && \
# $(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
# echo "+++ :microscope: Running tests" && \
# ln -s "$(pwd)" /data/job && cd /data/job/build && ctest -j8 -LE _tests --output-on-failure
# label: ":darwin: High Sierra Tests"
# agents:
# - "role=macos-tester"
# - "os=high-sierra"
# artifact_paths:
# - "mongod.log"
# - "build/genesis.json"
# - "build/config.ini"
# timeout: 60

- command: |
echo "--- :arrow_down: Downloading build directory" && \
buildkite-agent artifact download "build.tar.gz" . --step ":darwin: High Sierra Build" && \
tar -zxf build.tar.gz && \
echo "--- :m: Starting MongoDB" && \
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
echo "+++ :microscope: Running tests" && \
ln -s "$(pwd)" /data/job && cd /data/job/build && ctest -L nonparallelizable_tests --output-on-failure
label: ":darwin: High Sierra NP Tests"
agents:
- "role=macos-tester"
artifact_paths:
- "mongod.log"
- "build/genesis.json"
- "build/config.ini"
timeout: 60
# - command: |
# echo "--- :arrow_down: Downloading build directory" && \
# buildkite-agent artifact download "build.tar.gz" . --step ":darwin: High Sierra Build" && \
# tar -zxf build.tar.gz && \
# echo "--- :m: Starting MongoDB" && \
# $(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
# echo "+++ :microscope: Running tests" && \
# ln -s "$(pwd)" /data/job && cd /data/job/build && ctest -L nonparallelizable_tests --output-on-failure
# label: ":darwin: High Sierra NP Tests"
# agents:
# - "role=macos-tester"
# artifact_paths:
# - "mongod.log"
# - "build/genesis.json"
# - "build/config.ini"
# timeout: 60

- command: |
echo "--- :arrow_down: Downloading build directory" && \
Expand Down Expand Up @@ -386,20 +386,20 @@ steps:
- wait

- command: |
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: Starting package build" && \
ln -s "$(pwd)" /data/job && cd /data/job/build/packages && bash generate_package.sh brew
label: ":darwin: High Sierra Package Builder"
agents:
- "role=macos-builder"
- "os=high-sierra"
artifact_paths:
- "build/packages/*.tar.gz"
- "build/packages/*.rb"
timeout: 60
# - command: |
# 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: Starting package build" && \
# ln -s "$(pwd)" /data/job && cd /data/job/build/packages && bash generate_package.sh brew
# label: ":darwin: High Sierra Package Builder"
# agents:
# - "role=macos-builder"
# - "os=high-sierra"
# artifact_paths:
# - "build/packages/*.tar.gz"
# - "build/packages/*.rb"
# timeout: 60

- command: |
echo "--- :arrow_down: Downloading build directory" && \
Expand Down Expand Up @@ -512,15 +512,15 @@ steps:
- wait

- command: |
echo "--- :arrow_down: Downloading brew files" && \
buildkite-agent artifact download "build/packages/eosio.rb" . --step ":darwin: High Sierra Package Builder" && \
mv build/packages/eosio.rb build/packages/eosio_highsierra.rb && \
buildkite-agent artifact download "build/packages/eosio.rb" . --step ":darwin: Mojave Package Builder"
label: ":darwin: Brew Updater"
agents:
queue: "automation-large-builder-fleet"
artifact_paths:
- "build/packages/eosio_highsierra.rb"
- "build/packages/eosio.rb"
timeout: 60
# - command: |
# echo "--- :arrow_down: Downloading brew files" && \
# buildkite-agent artifact download "build/packages/eosio.rb" . --step ":darwin: High Sierra Package Builder" && \
# mv build/packages/eosio.rb build/packages/eosio_highsierra.rb && \
# buildkite-agent artifact download "build/packages/eosio.rb" . --step ":darwin: Mojave Package Builder"
# label: ":darwin: Brew Updater"
# agents:
# queue: "automation-large-builder-fleet"
# artifact_paths:
# - "build/packages/eosio_highsierra.rb"
# - "build/packages/eosio.rb"
# timeout: 60

0 comments on commit e997336

Please sign in to comment.