Skip to content

Commit

Permalink
chore(updatecli) stop tracking VM agent images for EC2 Linux x86/Wind…
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed Apr 13, 2023
1 parent bc7eeb7 commit 4a822ce
Showing 1 changed file with 0 additions and 108 deletions.
108 changes: 0 additions & 108 deletions updatecli/weekly.d/jenkinscontroller-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,48 +81,6 @@ sources:
image: "jenkins/inbound-agent"
tag: "latest-jdk11"
architecture: amd64
getLatestUbuntuAgentAMIAmd64:
kind: aws/ami
dependson:
- packerImageVersion
spec:
region: us-east-2
sortby: creationDateDesc
filters:
- name: "name"
values: "jenkins-agent-ubuntu-22.04-amd64-*"
- name: "tag:build_type"
values: "prod"
- name: "tag:version"
values: '{{ source "packerImageVersion" }}'
getLatestWindows2019AgentAMIAmd64:
kind: aws/ami
dependson:
- packerImageVersion
spec:
region: us-east-2
sortby: creationDateDesc
filters:
- name: "name"
values: "jenkins-agent-windows-2019-amd64-*"
- name: "tag:build_type"
values: "prod"
- name: "tag:version"
values: '{{ source "packerImageVersion" }}'
getLatestWindows2022AgentAMIAmd64:
kind: aws/ami
dependson:
- packerImageVersion
spec:
region: us-east-2
sortby: creationDateDesc
filters:
- name: "name"
values: "jenkins-agent-windows-2022-amd64-*"
- name: "tag:build_type"
values: "prod"
- name: "tag:version"
values: '{{ source "packerImageVersion" }}'
getLatestUbuntuAgentAMIArm64:
kind: aws/ami
dependson:
Expand Down Expand Up @@ -232,48 +190,6 @@ conditions:
image: "jenkins/inbound-agent"
tag: "latest-jdk11"
architecture: amd64
LatestUbuntuAgentAMIAmd64:
name: "Test if getLatestUbuntuAgentAMIAmd64 Image Published on AWS"
kind: aws/ami
sourceid: getLatestUbuntuAgentAMIAmd64
spec:
region: us-east-2
sortby: creationDateDesc
filters:
- name: "name"
values: "jenkins-agent-ubuntu-22.04-amd64-*"
- name: "tag:build_type"
values: "prod"
- name: "tag:version"
values: '{{ source "packerImageVersion" }}'
LatestWindows2019AgentAMIAmd64:
name: "Test if getLatestWindows2019AgentAMIAmd64 Image Published on AWS"
kind: aws/ami
sourceid: getLatestWindows2019AgentAMIAmd64
spec:
region: us-east-2
sortby: creationDateDesc
filters:
- name: "name"
values: "jenkins-agent-windows-2019-amd64-*"
- name: "tag:build_type"
values: "prod"
- name: "tag:version"
values: '{{ source "packerImageVersion" }}'
LatestWindows2022AgentAMIAmd64:
name: "Test if getLatestWindows2022AgentAMIAmd64 Image Published on AWS"
kind: aws/ami
sourceid: getLatestWindows2022AgentAMIAmd64
spec:
region: us-east-2
sortby: creationDateDesc
filters:
- name: "name"
values: "jenkins-agent-windows-2022-amd64-*"
- name: "tag:build_type"
values: "prod"
- name: "tag:version"
values: '{{ source "packerImageVersion" }}'
LatestUbuntuAgentAMIArm64:
name: "Test if getLatestUbuntuAgentAMIArm64 Image Published on AWS"
kind: aws/ami
Expand Down Expand Up @@ -376,14 +292,6 @@ targets:
transformers:
- addprefix: "jenkinsciinfra/inbound-agent-maven:jdk19-nanoserver@"
scmid: default
setUbuntuAgentAMIAmd64:
name: "Bump AMI ID for Ubuntu AMD64 agents"
kind: yaml
sourceid: getLatestUbuntuAgentAMIAmd64
spec:
file: hieradata/common.yaml
key: 'profile::jenkinscontroller::jcasc.agent_images.ec2_amis.ubuntu-22\.04-amd64'
scmid: default
setUbuntuAgentAMIArm64:
name: "Bump AMI ID for Ubuntu ARM64 agents"
kind: yaml
Expand All @@ -392,22 +300,6 @@ targets:
file: hieradata/common.yaml
key: 'profile::jenkinscontroller::jcasc.agent_images.ec2_amis.ubuntu-22\.04-arm64'
scmid: default
setWindowsAgent2019AMIamd64:
name: "Bump AMI ID for Windows 2019 AMD64 agents"
kind: yaml
sourceid: getLatestWindows2019AgentAMIAmd64
spec:
file: hieradata/common.yaml
key: "profile::jenkinscontroller::jcasc.agent_images.ec2_amis.windows-2019-amd64"
scmid: default
setWindows2022AgentAMIamd64:
name: "Bump AMI ID for Windows 2022 AMD64 agents"
kind: yaml
sourceid: getLatestWindows2022AgentAMIAmd64
spec:
file: hieradata/common.yaml
key: "profile::jenkinscontroller::jcasc.agent_images.ec2_amis.windows-2022-amd64"
scmid: default

actions:
default:
Expand Down

0 comments on commit 4a822ce

Please sign in to comment.