metadata:
  annotations:
    prow.k8s.io/context: pull-machine-controller-e2e-gce
    prow.k8s.io/job: pull-machine-controller-e2e-gce
  creationTimestamp: "2025-03-27T12:26:27Z"
  generation: 5
  labels:
    created-by-prow: "true"
    event-GUID: b2c3efa0-0b06-11f0-91a4-fd230e218646
    preset-docker-mirror: "true"
    preset-e2e-ssh: "true"
    preset-gce: "true"
    preset-goproxy: "true"
    preset-hetzner: "true"
    preset-kind-volume-mounts: "true"
    preset-kubeconfig-ci: "true"
    preset-rhel: "true"
    prow.k8s.io/build-id: "1905234962899013632"
    prow.k8s.io/context: pull-machine-controller-e2e-gce
    prow.k8s.io/id: df0c07d5-523f-46aa-baf1-5f275e57b7fd
    prow.k8s.io/is-optional: "false"
    prow.k8s.io/job: pull-machine-controller-e2e-gce
    prow.k8s.io/refs.base_ref: main
    prow.k8s.io/refs.org: kubermatic
    prow.k8s.io/refs.pull: "1912"
    prow.k8s.io/refs.repo: machine-controller
    prow.k8s.io/type: presubmit
  name: df0c07d5-523f-46aa-baf1-5f275e57b7fd
  namespace: prow
  resourceVersion: "1667221433"
  uid: 201c4d2a-3d0d-4226-b91e-b587b6c4ee68
spec:
  agent: kubernetes
  cluster: default
  context: pull-machine-controller-e2e-gce
  decoration_config:
    gcs_configuration:
      bucket: prow-dev-public-data
      default_org: kubernetes
      default_repo: kubernetes
      path_strategy: legacy
    gcs_credentials_secret: prow-sidecar-public-gcp-serviceaccount
    grace_period: 5m0s
    ssh_host_fingerprints:
    - github.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=
    ssh_key_secrets:
    - kubermatic-bot-ssh-key
    timeout: 2h0m0s
    utility_images:
      clonerefs: us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20250219-e8fa16f56
      entrypoint: us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20250219-e8fa16f56
      initupload: us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20250219-e8fa16f56
      sidecar: us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20250219-e8fa16f56
  job: pull-machine-controller-e2e-gce
  namespace: default
  pod_spec:
    containers:
    - args:
      - TestGCEProvisioningE2E
      command:
      - ./hack/ci/run-e2e-tests.sh
      env:
      - name: CLOUD_PROVIDER
        value: gce
      - name: GOCACHE_MINIO_ADDRESS
        valueFrom:
          secretKeyRef:
            key: address
            name: gocache
      - name: GOCACHE_ACCESS_KEY
        valueFrom:
          secretKeyRef:
            key: accessKey
            name: gocache
      - name: GOCACHE_SECRET_KEY
        valueFrom:
          secretKeyRef:
            key: secretKey
            name: gocache
      - name: PUSHGATEWAY_ADDRESS
        valueFrom:
          configMapKeyRef:
            key: PUSHGATEWAY_ADDRESS
            name: cluster-config
      - name: CLUSTER_BASE_DOMAIN
        valueFrom:
          configMapKeyRef:
            key: BASE_DOMAIN
            name: cluster-config
      - name: KUBERMATIC_DOMAIN
        valueFrom:
          configMapKeyRef:
            key: BASE_DOMAIN
            name: cluster-config
      - name: CLUSTER_NAME
        valueFrom:
          configMapKeyRef:
            key: CLUSTER_NAME
            name: cluster-config
      - name: GOPROXY
        valueFrom:
          configMapKeyRef:
            key: GOPROXY
            name: cluster-config
      - name: GOOGLE_SERVICE_ACCOUNT
        valueFrom:
          secretKeyRef:
            key: serviceAccount
            name: e2e-gce
      - name: KUBEONE_GOOGLE_SERVICE_ACCOUNT
        valueFrom:
          secretKeyRef:
            key: kubeoneServiceAccount
            name: e2e-gce
      - name: HZ_E2E_TOKEN
        valueFrom:
          secretKeyRef:
            key: token
            name: e2e-hetzner
      - name: RHEL_SUBSCRIPTION_MANAGER_USER
        valueFrom:
          secretKeyRef:
            key: user
            name: redhat-subscription
      - name: RHEL_SUBSCRIPTION_MANAGER_PASSWORD
        valueFrom:
          secretKeyRef:
            key: password
            name: redhat-subscription
      - name: REDHAT_SUBSCRIPTIONS_OFFLINE_TOKEN
        valueFrom:
          secretKeyRef:
            key: offlineToken
            name: redhat-subscription
      - name: AZURE_RHEL_IMAGE_ID
        valueFrom:
          secretKeyRef:
            key: azureRhelImageID
            name: redhat-subscription
      - name: E2E_SSH_PUBKEY
        valueFrom:
          secretKeyRef:
            key: pubkey
            name: e2e-machine-controller-ssh-key
      - name: KUBECONFIG
        value: /etc/kubeconfig/kubeconfig
      - name: DOCKER_REGISTRY_MIRROR_ADDR
        valueFrom:
          configMapKeyRef:
            key: DOCKER_REGISTRY_MIRROR_ADDR
            name: cluster-config
      image: quay.io/kubermatic/build:go-1.23-node-20-kind-0.24-4
      name: ""
      resources:
        limits:
          memory: 7Gi
        requests:
          cpu: "2"
          memory: 7Gi
      securityContext:
        privileged: true
      volumeMounts:
      - mountPath: /root/.ssh/id_rsa
        name: e2e-ssh-key-key
        readOnly: true
        subPath: key
      - mountPath: /root/.ssh/id_rsa.pub
        name: e2e-ssh-key-pubkey
        readOnly: true
        subPath: pubkey
      - mountPath: /etc/kubeconfig
        name: kubeconfig
        readOnly: true
      - mountPath: /lib/modules
        name: modules
        readOnly: true
      - mountPath: /sys/fs/cgroup
        name: cgroup
      - mountPath: /var/lib/docker
        name: var-lib-docker
    volumes:
    - name: e2e-ssh-key-pubkey
      secret:
        defaultMode: 256
        secretName: e2e-machine-controller-ssh-key
    - name: e2e-ssh-key-key
      secret:
        defaultMode: 256
        secretName: e2e-machine-controller-ssh-key
    - name: kubeconfig
      secret:
        defaultMode: 256
        secretName: kubeconfig-ci-worker
    - hostPath:
        path: /lib/modules
        type: Directory
      name: modules
    - hostPath:
        path: /sys/fs/cgroup
        type: Directory
      name: cgroup
    - emptyDir: {}
      name: var-lib-docker
  prowjob_defaults:
    tenant_id: GlobalDefaultID
  refs:
    base_link: https://github.com/kubermatic/machine-controller/commit/99a4aa5532caaf58aa9528a484f51aa723c098d5
    base_ref: main
    base_sha: 99a4aa5532caaf58aa9528a484f51aa723c098d5
    clone_uri: ssh://git@github.com/kubermatic/machine-controller.git
    org: kubermatic
    path_alias: k8c.io/machine-controller
    pulls:
    - author: soer3n
      author_link: https://github.com/soer3n
      commit_link: https://github.com/kubermatic/machine-controller/pull/1912/commits/49aa6fc60898de13cd72e80017481192002577aa
      head_ref: fix-kubevirt-vm-cpu-check
      link: https://github.com/kubermatic/machine-controller/pull/1912
      number: 1912
      sha: 49aa6fc60898de13cd72e80017481192002577aa
      title: fix kubevirt cpu check + update sdk version in go.mod
    repo: machine-controller
    repo_link: https://github.com/kubermatic/machine-controller
  report: true
  rerun_command: /test pull-machine-controller-e2e-gce
  type: presubmit
status:
  build_id: "1905234962899013632"
  completionTime: "2025-03-27T12:44:14Z"
  pendingTime: "2025-03-27T12:26:27Z"
  pod_name: df0c07d5-523f-46aa-baf1-5f275e57b7fd
  prev_report_states:
    github-reporter: success
  startTime: "2025-03-27T12:26:27Z"
  state: success
  url: https://public-prow.loodse.com/view/gs/prow-dev-public-data/pr-logs/pull/kubermatic_machine-controller/1912/pull-machine-controller-e2e-gce/1905234962899013632