Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #733 from EOSIO/cicd-new-fleet-master
Browse files Browse the repository at this point in the history
[master] Switch CI fleet.
  • Loading branch information
arhag authored Nov 8, 2019
2 parents 3308677 + ad2f566 commit d6cfb10
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .cicd/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
env:
IMAGE_TAG: "amazonlinux-2"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-builder-fleet"
timeout: ${TIMEOUT:-10}
skip: $SKIP_AMAZON_LINUX_2

Expand All @@ -20,7 +20,7 @@ steps:
env:
IMAGE_TAG: "centos-7.6"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-builder-fleet"
timeout: ${TIMEOUT:-10}
skip: $SKIP_CENTOS_7

Expand All @@ -31,7 +31,7 @@ steps:
env:
IMAGE_TAG: "ubuntu-16.04"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-builder-fleet"
timeout: ${TIMEOUT:-10}
skip: $SKIP_UBUNTU_16

Expand All @@ -42,7 +42,7 @@ steps:
env:
IMAGE_TAG: "ubuntu-18.04"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-builder-fleet"
timeout: ${TIMEOUT:-10}
skip: $SKIP_UBUNTU_18

Expand Down Expand Up @@ -78,7 +78,7 @@ steps:
env:
IMAGE_TAG: "amazonlinux-2"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-tester-fleet"
timeout: ${TIMEOUT:-10}
skip: ${SKIP_AMAZON_LINUX_2}${SKIP_UNIT_TESTS}

Expand All @@ -89,7 +89,7 @@ steps:
env:
IMAGE_TAG: "centos-7.6"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-tester-fleet"
timeout: ${TIMEOUT:-10}
skip: ${SKIP_CENTOS_7}${SKIP_UNIT_TESTS}

Expand All @@ -100,7 +100,7 @@ steps:
env:
IMAGE_TAG: "ubuntu-16.04"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-tester-fleet"
timeout: ${TIMEOUT:-10}
skip: ${SKIP_UBUNTU_16}${SKIP_UNIT_TESTS}

Expand All @@ -111,7 +111,7 @@ steps:
env:
IMAGE_TAG: "ubuntu-18.04"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-tester-fleet"
timeout: ${TIMEOUT:-10}
skip: ${SKIP_UBUNTU_18}${SKIP_UNIT_TESTS}

Expand Down Expand Up @@ -148,7 +148,7 @@ steps:
echo '+++ :javascript: Running test-metrics.js'
node --max-old-space-size=32768 test-metrics.js
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-tester-fleet"
timeout: 10
soft_fail: true

Expand All @@ -164,7 +164,7 @@ steps:
OS: "centos" # OS and PKGTYPE required for lambdas
PKGTYPE: "rpm"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-tester-fleet"
timeout: ${TIMEOUT:-10}
skip: ${SKIP_CENTOS_7}${SKIP_PACKAGE_BUILDER}

Expand All @@ -178,7 +178,7 @@ steps:
OS: "ubuntu-18.04" # OS and PKGTYPE required for lambdas
PKGTYPE: "deb"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-eks-eos-tester-fleet"
timeout: ${TIMEOUT:-10}
skip: ${SKIP_UBUNTU_18}${SKIP_PACKAGE_BUILDER}

Expand Down

0 comments on commit d6cfb10

Please sign in to comment.