From 6d8569404dbdb0cfba156f05e63fbe1e35ef4ed3 Mon Sep 17 00:00:00 2001 From: Abhay Krishna Arunachalam Date: Tue, 19 Mar 2024 12:05:01 -0700 Subject: [PATCH] Remove attribution jobs for release-0.18 branch --- ...re-attribution-periodics-release-0.18.yaml | 93 ------------------- ...re-attribution-periodics-release-0.18.yaml | 36 ------- 2 files changed, 129 deletions(-) delete mode 100644 jobs/aws/eks-anywhere-build-tooling/eks-anywhere-attribution-periodics-release-0.18.yaml delete mode 100644 templater/jobs/periodic/eks-anywhere-build-tooling/eks-anywhere-attribution-periodics-release-0.18.yaml diff --git a/jobs/aws/eks-anywhere-build-tooling/eks-anywhere-attribution-periodics-release-0.18.yaml b/jobs/aws/eks-anywhere-build-tooling/eks-anywhere-attribution-periodics-release-0.18.yaml deleted file mode 100644 index dd65be15..00000000 --- a/jobs/aws/eks-anywhere-build-tooling/eks-anywhere-attribution-periodics-release-0.18.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -################################################################################ -# IMPORTANT: This Prowjob was generated by running `make prowjobs -C templater`. -# DO NOT EDIT THIS FILE BY HAND! Refer to docs/prowjobs.md for instructions on -# how to add a new Prowjob or update an existing Prowjob. -################################################################################ - -periodics: -- name: eks-anywhere-attribution-periodic-release-0-18 - cron: "0 8 * * 1-5" - cluster: "prow-postsubmits-cluster" - error_on_eviction: true - decoration_config: - timeout: 4h - gcs_configuration: - bucket: s3://prowdataclusterstack-316434458-prowbucket7c73355c-1n9f9v93wpjcm - path_strategy: explicit - s3_credentials_secret: s3-credentials - extra_refs: - - org: aws - repo: eks-anywhere-build-tooling - base_ref: release-0.18 - labels: - image-build: "true" - disk-usage: "true" - spec: - nodeSelector: - arch: "AMD64" - serviceaccountName: postsubmits-build-account - automountServiceAccountToken: false - containers: - - name: build-container - image: public.ecr.aws/eks-distro-build-tooling/builder-base:standard-2d6e96cf6f92fe90c7f9bfa6fac36583c7eb4b0f.2 - command: - - bash - - -c - - > - trap 'touch /status/done && rm -rf /home/prow/go/src/' EXIT - && - build/lib/buildkit_check.sh - && - make update-attribution-files - env: - - name: PULL_BASE_REF - value: "release-0.18" - resources: - requests: - memory: "16Gi" - cpu: "5" - volumeMounts: - - name: ssh-auth - mountPath: /secrets/ssh-secrets - readOnly: true - - name: github-auth - mountPath: /secrets/github-secrets - readOnly: true - - name: buildkitd - image: moby/buildkit:v0.12.5-rootless - command: - - sh - args: - - /script/entrypoint.sh - securityContext: - runAsUser: 1000 - runAsGroup: 1000 - - name: disk-monitor - image: public.ecr.aws/amazonlinux/amazonlinux:2 - command: - - sh - args: - - /disk-usage-script/entrypoint.sh - volumes: - - name: ssh-auth - secret: - defaultMode: 256 - secretName: pr-bot-ssh-secret - - name: github-auth - secret: - defaultMode: 256 - secretName: pr-bot-github-token diff --git a/templater/jobs/periodic/eks-anywhere-build-tooling/eks-anywhere-attribution-periodics-release-0.18.yaml b/templater/jobs/periodic/eks-anywhere-build-tooling/eks-anywhere-attribution-periodics-release-0.18.yaml deleted file mode 100644 index a4ee8921..00000000 --- a/templater/jobs/periodic/eks-anywhere-build-tooling/eks-anywhere-attribution-periodics-release-0.18.yaml +++ /dev/null @@ -1,36 +0,0 @@ -jobName: eks-anywhere-attribution-periodic-release-0-18 -cronExpression: 0 8 * * 1-5 -timeout: 4h -commands: -- make update-attribution-files -imageBuild: true -architecture: AMD64 -envVars: -- name: PULL_BASE_REF - value: release-0.18 -extraRefs: -- org: aws - repo: eks-anywhere-build-tooling - baseRef: release-0.18 -resources: - requests: - cpu: 5 - memory: 16Gi -volumeMounts: -- name: ssh-auth - mountPath: /secrets/ssh-secrets - readOnly: true -- name: github-auth - mountPath: /secrets/github-secrets - readOnly: true -volumes: -- name: ssh-auth - VolumeType: secret - Secret: - DefaultMode: 256 - Name: pr-bot-ssh-secret -- name: github-auth - VolumeType: secret - Secret: - DefaultMode: 256 - Name: pr-bot-github-token \ No newline at end of file