Skip to content

Commit

Permalink
remove uneccessary builds from staging and checksums (#3412)
Browse files Browse the repository at this point in the history
Co-authored-by: Jackson West <jaxesn@gmail.com>
  • Loading branch information
eks-distro-pr-bot and jaxesn authored Jul 8, 2024
1 parent 3ace70f commit 0b04edb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 35 deletions.
1 change: 1 addition & 0 deletions projects/envoyproxy/envoy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ BASE_IMAGE_NAME?=eks-distro-minimal-base-glibc
REPO_NO_CLONE=true
SIMPLE_CREATE_BINARIES=false
EXCLUDE_FROM_UPGRADE_BUILDSPEC=true
EXCLUDE_FROM_CHECKSUMS_BUILDSPEC=true

include $(BASE_DIRECTORY)/Common.mk

Expand Down
2 changes: 2 additions & 0 deletions projects/redis/redis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ BUILD_TARGETS=local-images
RELEASE_TARGETS=images

EXCLUDE_FROM_UPGRADE_BUILDSPEC=true
EXCLUDE_FROM_CHECKSUMS_BUILDSPEC=true
EXCLUDE_FROM_STAGING_BUILDSPEC=true

include $(BASE_DIRECTORY)/Common.mk

Expand Down
1 change: 1 addition & 0 deletions projects/tinkerbell/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ BUILD_HELM_DEPENDENCIES=true
HELM_DESTINATION_REPOSITORY=tinkerbell/stack

EXCLUDE_FROM_UPGRADE_BUILDSPEC=true
EXCLUDE_FROM_CHECKSUMS_BUILDSPEC=true

include $(BASE_DIRECTORY)/Common.mk

Expand Down
1 change: 1 addition & 0 deletions projects/tinkerbell/tinkerbell-crds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ HELM_IMAGE_LIST=
HELM_CHART_NAMES=tinkerbell/tinkerbell-crds

EXCLUDE_FROM_UPGRADE_BUILDSPEC=true
EXCLUDE_FROM_CHECKSUMS_BUILDSPEC=true

include $(BASE_DIRECTORY)/Common.mk

Expand Down
29 changes: 0 additions & 29 deletions release/checksums-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ batch:
variables:
PROJECT_PATH: projects/emissary-ingress/emissary
CLONE_URL: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/emissary-ingress.emissary
- identifier: envoyproxy_envoy
env:
type: ARM_CONTAINER
compute-type: BUILD_GENERAL1_SMALL
variables:
PROJECT_PATH: projects/envoyproxy/envoy
- identifier: fluxcd_flux2
env:
type: ARM_CONTAINER
Expand Down Expand Up @@ -430,12 +424,6 @@ batch:
variables:
PROJECT_PATH: projects/rancher/local-path-provisioner
CLONE_URL: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/rancher.local-path-provisioner
- identifier: redis_redis
env:
type: ARM_CONTAINER
compute-type: BUILD_GENERAL1_SMALL
variables:
PROJECT_PATH: projects/redis/redis
- identifier: replicatedhq_troubleshoot
env:
type: ARM_CONTAINER
Expand All @@ -450,13 +438,6 @@ batch:
variables:
PROJECT_PATH: projects/tinkerbell/boots
CLONE_URL: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/tinkerbell.boots
- identifier: tinkerbell_charts
env:
type: ARM_CONTAINER
compute-type: BUILD_GENERAL1_SMALL
variables:
PROJECT_PATH: projects/tinkerbell/charts
CLONE_URL: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/tinkerbell.charts
- identifier: tinkerbell_cluster_api_provider_tinkerbell
env:
type: ARM_CONTAINER
Expand Down Expand Up @@ -505,12 +486,6 @@ batch:
compute-type: BUILD_GENERAL1_SMALL
variables:
PROJECT_PATH: projects/tinkerbell/tinkerbell-chart
- identifier: tinkerbell_tinkerbell_crds
env:
type: ARM_CONTAINER
compute-type: BUILD_GENERAL1_SMALL
variables:
PROJECT_PATH: projects/tinkerbell/tinkerbell-crds
- identifier: vmware_govmomi
env:
type: ARM_CONTAINER
Expand Down Expand Up @@ -543,7 +518,6 @@ batch:
- containerd_containerd_linux_arm64
- distribution_distribution
- emissary_ingress_emissary
- envoyproxy_envoy
- fluxcd_flux2
- fluxcd_helm_controller
- fluxcd_kustomize_controller
Expand Down Expand Up @@ -581,18 +555,15 @@ batch:
- prometheus_node_exporter
- prometheus_prometheus
- rancher_local_path_provisioner
- redis_redis
- replicatedhq_troubleshoot
- tinkerbell_boots
- tinkerbell_charts
- tinkerbell_cluster_api_provider_tinkerbell
- tinkerbell_hegel
- tinkerbell_hook
- tinkerbell_hub
- tinkerbell_rufio
- tinkerbell_tink
- tinkerbell_tinkerbell_chart
- tinkerbell_tinkerbell_crds
- vmware_govmomi
version: 0.2
env:
Expand Down
6 changes: 0 additions & 6 deletions release/staging-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,12 +670,6 @@ batch:
variables:
PROJECT_PATH: projects/rancher/local-path-provisioner
CLONE_URL: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/rancher.local-path-provisioner
- identifier: redis_redis
env:
type: ARM_CONTAINER
compute-type: BUILD_GENERAL1_SMALL
variables:
PROJECT_PATH: projects/redis/redis
- identifier: replicatedhq_troubleshoot
env:
type: ARM_CONTAINER
Expand Down

0 comments on commit 0b04edb

Please sign in to comment.