# 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. ################################################################################ postsubmits: aws/eks-anywhere: - name: brew-update-postsubmit always_run: false run_if_changed: "release/triggers/brew-version-release/*" branches: - ^release-.*$ cluster: "prow-postsubmits-cluster" error_on_eviction: true max_concurrency: 10 skip_report: false extra_refs: - org: eks-anywhere-brew-pr-bot repo: homebrew-tap base_ref: master decoration_config: gcs_configuration: bucket: s3://prowdataclusterstack-316434458-prowbucket7c73355c-1n9f9v93wpjcm path_strategy: explicit s3_credentials_secret: s3-credentials labels: disk-usage: "true" spec: serviceaccountName: postsubmits-build-account automountServiceAccountToken: false nodeSelector: arch: "AMD64" containers: - name: build-container image: public.ecr.aws/eks-distro-build-tooling/builder-base:standard-5cf7610f21a79fa969e3b9eb9a3909985ad696d3.2 command: - bash - -c - > trap 'touch /status/done && rm -rf /home/prow/go/src/' EXIT && make update-brew-formula volumeMounts: - name: github-auth mountPath: /secrets/github-secrets readOnly: true - name: ssh-auth mountPath: /secrets/ssh-secrets readOnly: true - name: disk-monitor image: public.ecr.aws/amazonlinux/amazonlinux:2 command: - sh args: - /disk-usage-script/entrypoint.sh volumes: - name: github-auth secret: secretName: eksa-brew-pr-bot-github-token defaultMode: 256 - name: ssh-auth secret: secretName: eksa-brew-pr-bot-ssh-secret defaultMode: 256