metadata:
  annotations:
    prow.k8s.io/context: build-1-31-postsubmit
    prow.k8s.io/job: build-1-31-postsubmit
  creationTimestamp: "2025-03-14T14:06:06Z"
  generation: 10
  labels:
    created-by-prow: "true"
    disk-usage: "true"
    event-GUID: 76a3aa84-00dd-11f0-8b3d-79ffc7a88104
    image-build: "true"
    prow.k8s.io/build-id: "1900548998616322048"
    prow.k8s.io/context: build-1-31-postsubmit
    prow.k8s.io/id: 78de0b3f-00dd-11f0-9909-86f094201435
    prow.k8s.io/job: build-1-31-postsubmit
    prow.k8s.io/refs.base_ref: main
    prow.k8s.io/refs.org: aws
    prow.k8s.io/refs.repo: eks-distro
    prow.k8s.io/type: postsubmit
  name: 78de0b3f-00dd-11f0-9909-86f094201435
  namespace: default
  resourceVersion: "627775026"
  uid: 4d3833bf-ccc4-4bd6-84b9-d0be9aee155f
spec:
  agent: kubernetes
  cluster: prow-postsubmits-cluster
  context: build-1-31-postsubmit
  decoration_config:
    gcs_configuration:
      bucket: s3://prowdataclusterstack-316434458-prowbucket7c73355c-1n9f9v93wpjcm
      path_strategy: explicit
    s3_credentials_secret: s3-credentials
    timeout: 6h0m0s
    utility_images:
      clonerefs: public.ecr.aws/eks-distro-build-tooling/prow-clonerefs:v20230324-76cde35b3d
      entrypoint: public.ecr.aws/eks-distro-build-tooling/prow-entrypoint:v20230324-76cde35b3d
      initupload: public.ecr.aws/eks-distro-build-tooling/prow-initupload:v20230324-76cde35b3d
      sidecar: public.ecr.aws/eks-distro-build-tooling/prow-sidecar:v20230324-76cde35b3d
  error_on_eviction: true
  job: build-1-31-postsubmit
  max_concurrency: 10
  namespace: default
  pod_spec:
    automountServiceAccountToken: false
    containers:
    - command:
      - bash
      - -c
      - |
        trap 'touch /status/done' EXIT && build/lib/buildkit_check.sh && cp -r "${HOME}/.docker" /home/prow/go/src/github.com/aws/eks-distro && make -j2 postsubmit-conformance
      env:
      - name: PROJECT_PATH
        value: projects/kubernetes/kubernetes
      - name: TEST_ROLE_ARN
        value: arn:aws:iam::125833916567:role/TestBuildRole
      - name: ARTIFACT_BUCKET
        value: eks-d-postsubmit-artifacts
      - name: RELEASE_BRANCH
        value: 1-31
      - name: CONTROL_PLANE_INSTANCE_PROFILE
        value: arn:aws:iam::125833916567:instance-profile/KopsControlPlaneBuildRole
      - name: NODE_INSTANCE_PROFILE
        value: arn:aws:iam::125833916567:instance-profile/KopsNodesBuildRole
      - name: KOPS_STATE_STORE
        value: s3://testbuildstack-125833916-kopsbuildstatestorebucke-d4esen60nfrk
      - name: IMAGE_REPO
        value: public.ecr.aws/h1r8a7l5
      - name: DOCKER_CONFIG
        value: /home/prow/go/src/github.com/aws/eks-distro/.docker
      - name: AWS_SDK_LOAD_CONFIG
        value: "true"
      - name: AWS_ROLE_SESSION_NAME
        valueFrom:
          fieldRef:
            fieldPath: metadata.name
      - name: GOPROXY
        value: http://athens-proxy.default.svc.cluster.local
      - name: FARGATE_PROFILE_NAME
        valueFrom:
          fieldRef:
            fieldPath: metadata.labels['eks.amazonaws.com/fargate-profile']
      image: public.ecr.aws/eks-distro-build-tooling/builder-base:standard-6960e402c8bc6cb7eb12aafcbb713ad3f71eba5a.2
      name: build-container
      resources:
        requests:
          cpu: "2"
          memory: 8Gi
      volumeMounts:
      - mountPath: /root/.cache/go-build
        name: go-build-cache
      - mountPath: /disk-usage-script
        name: disk-usage-entrypoint
      - mountPath: /root/.docker/config.json
        name: docker-registry-config
        subPath: config.json
      - mountPath: /run/buildkit
        name: run-buildkit
      - mountPath: /script
        name: entrypoint
      - mountPath: /home/user/.local/share/buildkit
        name: buildkitd-data
      - mountPath: /config
        name: builder-base-tag-file
      - mountPath: /status
        name: status
    - args:
      - /script/entrypoint.sh
      command:
      - sh
      env:
      - name: AWS_SDK_LOAD_CONFIG
        value: "true"
      - name: AWS_ROLE_SESSION_NAME
        valueFrom:
          fieldRef:
            fieldPath: metadata.name
      - name: GOPROXY
        value: http://athens-proxy.default.svc.cluster.local
      - name: FARGATE_PROFILE_NAME
        valueFrom:
          fieldRef:
            fieldPath: metadata.labels['eks.amazonaws.com/fargate-profile']
      image: moby/buildkit:v0.12.3-rootless
      name: buildkitd
      resources:
        requests:
          cpu: 1024m
          memory: 2Gi
      securityContext:
        runAsGroup: 1000
        runAsUser: 1000
      volumeMounts:
      - mountPath: /root/.cache/go-build
        name: go-build-cache
      - mountPath: /disk-usage-script
        name: disk-usage-entrypoint
      - mountPath: /root/.docker/config.json
        name: docker-registry-config
        subPath: config.json
      - mountPath: /run/buildkit
        name: run-buildkit
      - mountPath: /script
        name: entrypoint
      - mountPath: /home/user/.local/share/buildkit
        name: buildkitd-data
      - mountPath: /config
        name: builder-base-tag-file
      - mountPath: /status
        name: status
    - args:
      - /disk-usage-script/entrypoint.sh
      command:
      - sh
      env:
      - name: AWS_SDK_LOAD_CONFIG
        value: "true"
      - name: AWS_ROLE_SESSION_NAME
        valueFrom:
          fieldRef:
            fieldPath: metadata.name
      - name: GOPROXY
        value: http://athens-proxy.default.svc.cluster.local
      - name: FARGATE_PROFILE_NAME
        valueFrom:
          fieldRef:
            fieldPath: metadata.labels['eks.amazonaws.com/fargate-profile']
      image: public.ecr.aws/amazonlinux/amazonlinux:2
      name: disk-monitor
      resources: {}
      volumeMounts:
      - mountPath: /root/.cache/go-build
        name: go-build-cache
      - mountPath: /disk-usage-script
        name: disk-usage-entrypoint
      - mountPath: /root/.docker/config.json
        name: docker-registry-config
        subPath: config.json
      - mountPath: /run/buildkit
        name: run-buildkit
      - mountPath: /script
        name: entrypoint
      - mountPath: /home/user/.local/share/buildkit
        name: buildkitd-data
      - mountPath: /config
        name: builder-base-tag-file
      - mountPath: /status
        name: status
    nodeSelector:
      arch: AMD64
    serviceAccountName: postsubmits-build-account
    volumes:
    - emptyDir: {}
      name: go-build-cache
    - configMap:
        items:
        - key: disk-usage-entrypoint.sh
          path: entrypoint.sh
        name: disk-usage-entrypoint
      name: disk-usage-entrypoint
    - configMap:
        items:
        - key: docker-ecr-config.json
          path: config.json
        name: build-setup
      name: docker-registry-config
    - configMap:
        items:
        - key: buildkitd-entrypoint.sh
          path: entrypoint.sh
        name: buildkitd-entrypoint
      name: entrypoint
    - emptyDir: {}
      name: run-buildkit
    - emptyDir: {}
      name: buildkitd-data
    - configMap:
        items:
        - key: BUILDER_BASE_TAG_FILE
          path: BUILDER_BASE_TAG_FILE
        name: builder-base-tag-file
      name: builder-base-tag-file
    - emptyDir: {}
      name: status
  prowjob_defaults:
    tenant_id: GlobalDefaultID
  refs:
    base_link: https://github.com/aws/eks-distro/compare/18d146578b7b...562ed7a81422
    base_ref: main
    base_sha: 562ed7a814225df802e3c7e49b4af0ebe1fa6bcb
    org: aws
    repo: eks-distro
    repo_link: https://github.com/aws/eks-distro
  report: true
  type: postsubmit
status:
  build_id: "1900548998616322048"
  completionTime: "2025-03-14T16:24:43Z"
  description: Job succeeded.
  pendingTime: "2025-03-14T14:06:06Z"
  pod_name: 78de0b3f-00dd-11f0-9909-86f094201435
  prev_report_states:
    gcsk8sreporter: success
    gcsreporter: success
    github-reporter: success
  startTime: "2025-03-14T14:06:06Z"
  state: success
  url: https://prow.eks.amazonaws.com/view/s3/prowdataclusterstack-316434458-prowbucket7c73355c-1n9f9v93wpjcm/logs/build-1-31-postsubmit/1900548998616322048