k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/k8s-staging-kind.yaml (about)

     1  postsubmits:
     2    kubernetes-sigs/kind:
     3      - name: post-kind-push-binaries
     4        cluster: k8s-infra-prow-build-trusted
     5        annotations:
     6          testgrid-dashboards: sig-testing-kind, sig-k8s-infra-gcb
     7          testgrid-alert-email: bentheelder@google.com,antonio.ojea.garcia@gmail.com
     8          testgrid-num-columns-recent: '3'
     9        decorate: true
    10        spec:
    11          serviceAccountName: gcb-builder
    12          containers:
    13            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
    14              command:
    15                - /run.sh
    16              args:
    17                - --project=k8s-staging-kind
    18                - --scratch-bucket=gs://k8s-staging-kind-gcb
    19                - --env-passthrough=PULL_BASE_SHA
    20                - --build-dir=.
    21                - hack/ci/push-latest-cli/
    22              env:
    23                - name: LOG_TO_STDOUT
    24                  value: "y"
    25        rerun_auth_config:
    26          github_team_ids:
    27            - 2921947 # kind-maintainers
    28      - name: post-kind-push-base-image
    29        cluster: k8s-infra-prow-build-trusted
    30        run_if_changed: '(^images/base)|(^images/Makefile)|(^.go-version)'
    31        annotations:
    32          testgrid-dashboards: sig-testing-kind, sig-k8s-infra-gcb
    33          testgrid-alert-email: bentheelder@google.com,antonio.ojea.garcia@gmail.com
    34          testgrid-num-columns-recent: '3'
    35        decorate: true
    36        spec:
    37          serviceAccountName: gcb-builder
    38          containers:
    39            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
    40              command:
    41                - /run.sh
    42              args:
    43                - --project=k8s-staging-kind
    44                - --scratch-bucket=gs://k8s-staging-kind-gcb
    45                - --env-passthrough=PULL_BASE_SHA
    46                - --build-dir=.
    47                - --with-git-dir
    48                - images/base/
    49              env:
    50                - name: LOG_TO_STDOUT
    51                  value: "y"
    52        rerun_auth_config:
    53          github_team_ids:
    54            - 2921947 # kind-maintainers
    55      - name: post-kind-push-kindnetd-image
    56        cluster: k8s-infra-prow-build-trusted
    57        run_if_changed: '(^images/kindnetd)|(^images/Makefile)|(^.go-version)'
    58        annotations:
    59          testgrid-dashboards: sig-testing-kind, sig-k8s-infra-gcb
    60          testgrid-alert-email: bentheelder@google.com,antonio.ojea.garcia@gmail.com
    61          testgrid-num-columns-recent: '3'
    62        decorate: true
    63        spec:
    64          serviceAccountName: gcb-builder
    65          containers:
    66            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
    67              command:
    68                - /run.sh
    69              args:
    70                - --project=k8s-staging-kind
    71                - --scratch-bucket=gs://k8s-staging-kind-gcb
    72                - --env-passthrough=PULL_BASE_SHA
    73                - --build-dir=.
    74                - --with-git-dir
    75                - images/kindnetd/
    76              env:
    77                - name: LOG_TO_STDOUT
    78                  value: "y"
    79        rerun_auth_config:
    80          github_team_ids:
    81            - 2921947 # kind-maintainers
    82      - name: post-kind-push-haproxy-image
    83        cluster: k8s-infra-prow-build-trusted
    84        run_if_changed: '(^images/haproxy)|(^images/Makefile)'
    85        annotations:
    86          testgrid-dashboards: sig-testing-kind, sig-k8s-infra-gcb
    87          testgrid-alert-email: bentheelder@google.com,antonio.ojea.garcia@gmail.com
    88          testgrid-num-columns-recent: '3'
    89        decorate: true
    90        spec:
    91          serviceAccountName: gcb-builder
    92          containers:
    93            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
    94              command:
    95                - /run.sh
    96              args:
    97                - --project=k8s-staging-kind
    98                - --scratch-bucket=gs://k8s-staging-kind-gcb
    99                - --env-passthrough=PULL_BASE_SHA
   100                - --build-dir=.
   101                - --with-git-dir
   102                - images/haproxy/
   103              env:
   104                - name: LOG_TO_STDOUT
   105                  value: "y"
   106        rerun_auth_config:
   107          github_team_ids:
   108            - 2921947 # kind-maintainers
   109      - name: post-kind-push-local-path-provisioner-image
   110        cluster: k8s-infra-prow-build-trusted
   111        run_if_changed: '(^images/local-path-provisioner)|(^images/Makefile)|(^.go-version)'
   112        annotations:
   113          testgrid-dashboards: sig-testing-kind, sig-k8s-infra-gcb
   114          testgrid-alert-email: bentheelder@google.com,antonio.ojea.garcia@gmail.com
   115          testgrid-num-columns-recent: '3'
   116        decorate: true
   117        spec:
   118          serviceAccountName: gcb-builder
   119          containers:
   120            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
   121              command:
   122                - /run.sh
   123              args:
   124                - --project=k8s-staging-kind
   125                - --scratch-bucket=gs://k8s-staging-kind-gcb
   126                - --env-passthrough=PULL_BASE_SHA
   127                - --build-dir=.
   128                - --with-git-dir
   129                - images/local-path-provisioner/
   130              env:
   131                - name: LOG_TO_STDOUT
   132                  value: "y"
   133        rerun_auth_config:
   134          github_team_ids:
   135            - 2921947 # kind-maintainers
   136      - name: post-kind-push-local-path-helper-image
   137        cluster: k8s-infra-prow-build-trusted
   138        run_if_changed: '(^images/local-path-helper)|(^images/Makefile)'
   139        annotations:
   140          testgrid-dashboards: sig-testing-kind, sig-k8s-infra-gcb
   141          testgrid-alert-email: bentheelder@google.com,antonio.ojea.garcia@gmail.com
   142          testgrid-num-columns-recent: '3'
   143        decorate: true
   144        spec:
   145          serviceAccountName: gcb-builder
   146          containers:
   147            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
   148              command:
   149                - /run.sh
   150              args:
   151                - --project=k8s-staging-kind
   152                - --scratch-bucket=gs://k8s-staging-kind-gcb
   153                - --env-passthrough=PULL_BASE_SHA
   154                - --build-dir=.
   155                - --with-git-dir
   156                - images/local-path-helper/
   157              env:
   158                - name: LOG_TO_STDOUT
   159                  value: "y"
   160        rerun_auth_config:
   161          github_team_ids:
   162            - 2921947 # kind-maintainers