This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Release 2.0.x registry cleanup #11053
Open
williamblevins
wants to merge
1
commit into
release/2.0.x
Choose a base branch
from
release_2.0.x_registry_cleanup
base: release/2.0.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 git@github.com: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} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?