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

Release 2.0.x registry cleanup #11053

Open
wants to merge 1 commit into
base: release/2.0.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 4 additions & 64 deletions .cicd/base-images.yml → .cicd/base-images-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_AMAZON_LINUX_2}${SKIP_LINUX}

- label: ":centos: CentOS 7.7 - Base Image Pinned"
command:
- "./.cicd/generate-base-images.sh"
Expand All @@ -24,7 +24,7 @@ steps:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_CENTOS_7_7}${SKIP_LINUX}

- label: ":darwin: macOS 10.14 - Base Image Pinned"
command:
- "git clone [email protected]:EOSIO/eos.git eos && cd eos && git checkout -f $BUILDKITE_BRANCH"
Expand All @@ -48,7 +48,7 @@ steps:
agents: "queue=mac-anka-node-fleet"
timeout: 180
skip: ${SKIP_MACOS_10_14}${SKIP_MAC}

- label: ":ubuntu: Ubuntu 16.04 - Base Image Pinned"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed there is a ubuntu 16.04 pinned image build but not unpinned. This seems like a mistake?

command:
- "./.cicd/generate-base-images.sh"
Expand All @@ -60,7 +60,7 @@ steps:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_UBUNTU_16_04}${SKIP_LINUX}

- label: ":ubuntu: Ubuntu 18.04 - Base Image Pinned"
command:
- "./.cicd/generate-base-images.sh"
Expand All @@ -72,63 +72,3 @@ steps:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_UBUNTU_18_04}${SKIP_LINUX}

- label: ":aws: Amazon_Linux 2 - Base Image Unpinned"
command:
- "./.cicd/generate-base-images.sh"
env:
FORCE_BASE_IMAGE: true
IMAGE_TAG: amazon_linux-2-unpinned
PLATFORM_TYPE: unpinned
agents:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_AMAZON_LINUX_2}${SKIP_LINUX}

- label: ":centos: CentOS 7.7 - Base Image Unpinned"
command:
- "./.cicd/generate-base-images.sh"
env:
FORCE_BASE_IMAGE: true
IMAGE_TAG: centos-7.7-unpinned
PLATFORM_TYPE: unpinned
agents:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_CENTOS_7_7}${SKIP_LINUX}

- label: ":darwin: macOS 10.14 - Base Image Unpinned"
command:
- "git clone [email protected]:EOSIO/eos.git eos && cd eos && git checkout -f $BUILDKITE_BRANCH"
- "cd eos && ./.cicd/platforms/unpinned/macos-10.14-unpinned.sh"
plugins:
- EOSIO/anka#v0.6.1:
debug: true
vm-name: "10.14.6_6C_14G_80G"
no-volume: true
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
- "registry_2"
inherit-environment-vars: true
- EOSIO/skip-checkout#v0.1.1:
cd: ~
agents: "queue=mac-anka-node-fleet"
timeout: 180
skip: ${SKIP_MACOS_10_14}${SKIP_MAC}

- label: ":ubuntu: Ubuntu 18.04 - Base Image Unpinned"
command:
- "./.cicd/generate-base-images.sh"
env:
FORCE_BASE_IMAGE: true
IMAGE_TAG: ubuntu-18.04-unpinned
PLATFORM_TYPE: unpinned
agents:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_UBUNTU_18_04}${SKIP_LINUX}
62 changes: 62 additions & 0 deletions .cicd/base-images-unpinned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
steps:
- wait

- label: ":aws: Amazon_Linux 2 - Base Image Unpinned"
command:
- "./.cicd/generate-base-images.sh"
env:
FORCE_BASE_IMAGE: true
IMAGE_TAG: amazon_linux-2-unpinned
PLATFORM_TYPE: unpinned
agents:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_AMAZON_LINUX_2}${SKIP_LINUX}

- label: ":centos: CentOS 7.7 - Base Image Unpinned"
command:
- "./.cicd/generate-base-images.sh"
env:
FORCE_BASE_IMAGE: true
IMAGE_TAG: centos-7.7-unpinned
PLATFORM_TYPE: unpinned
agents:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_CENTOS_7_7}${SKIP_LINUX}

- label: ":darwin: macOS 10.14 - Base Image Unpinned"
command:
- "git clone [email protected]:EOSIO/eos.git eos && cd eos && git checkout -f $BUILDKITE_BRANCH"
- "cd eos && ./.cicd/platforms/unpinned/macos-10.14-unpinned.sh"
plugins:
- EOSIO/anka#v0.6.1:
debug: true
vm-name: "10.14.6_6C_14G_80G"
no-volume: true
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
- "registry_2"
inherit-environment-vars: true
- EOSIO/skip-checkout#v0.1.1:
cd: ~
agents: "queue=mac-anka-node-fleet"
timeout: 180
skip: ${SKIP_MACOS_10_14}${SKIP_MAC}

- label: ":ubuntu: Ubuntu 18.04 - Base Image Unpinned"
command:
- "./.cicd/generate-base-images.sh"
env:
FORCE_BASE_IMAGE: true
IMAGE_TAG: ubuntu-18.04-unpinned
PLATFORM_TYPE: unpinned
agents:
queue: "automation-eks-eos-builder-fleet"
timeout: 180
skip: ${SKIP_UBUNTU_18_04}${SKIP_LINUX}