metadata: annotations: prow.k8s.io/context: ci/prow/e2e-gke-release-script-latest prow.k8s.io/job: pull-scylla-operator-master-e2e-gke-release-script-latest creationTimestamp: "2026-06-09T09:24:49Z" generation: 11 labels: created-by-prow: "true" event-GUID: 0e5b2170-63e5-11f1-9a27-e7d0e7aa9165 prow.k8s.io/build-id: "2064277525529366528" prow.k8s.io/context: e2e-gke-release-script-latest prow.k8s.io/id: 7997f4f7-c77c-45b3-a3b5-d0000cbb3e23 prow.k8s.io/is-optional: "false" prow.k8s.io/job: pull-scylla-operator-master-e2e-gke-release-script-latest prow.k8s.io/refs.base_ref: master prow.k8s.io/refs.org: scylladb prow.k8s.io/refs.pull: "3472" prow.k8s.io/refs.repo: scylla-operator prow.k8s.io/type: presubmit name: 7997f4f7-c77c-45b3-a3b5-d0000cbb3e23 namespace: prow-workspace resourceVersion: "1780998907830015005" uid: 766798e8-39b2-41c0-a675-5fca53d6068b spec: agent: kubernetes cluster: default context: ci/prow/e2e-gke-release-script-latest decoration_config: gcs_configuration: bucket: gs://scylla-operator-prow path_strategy: explicit gcs_credentials_secret: gcs-credentials github_api_endpoints: - http://ghproxy.prow.svc - https://api.github.com github_app_id: "112385" github_app_private_key_secret: key: cert name: github-token grace_period: 15m0s resources: clonerefs: requests: cpu: 100m initupload: requests: cpu: 100m place_entrypoint: requests: cpu: 100m sidecar: requests: cpu: 100m timeout: 2h0m0s utility_images: clonerefs: us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20260601-874c0256d entrypoint: us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20260601-874c0256d initupload: us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20260601-874c0256d sidecar: us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20260601-874c0256d job: pull-scylla-operator-master-e2e-gke-release-script-latest namespace: prow-workspace pod_spec: containers: - args: - | function cleanup { touch /tmp/shared/setup.finished kubectl -n ci-clusters delete --wait=false --ignore-not-found kubernetescluster/"${POD_UID}" } trap cleanup EXIT kubectl version -o yaml kubectl -n ci-clusters create -f - < /tmp/shared/kubeconfig.init kubectl --kubeconfig=/tmp/shared/kubeconfig.init config set-context --current --namespace 'default-unexisting-namespace' # Sanity check. kubectl --kubeconfig=/tmp/shared/kubeconfig.init version -o yaml kubectl --kubeconfig=/tmp/shared/kubeconfig.init config view # Signal cluster bootstrap by sharing the kubeconfig. mv /tmp/shared/kubeconfig{.init,} set +x # TODO: Wait on active signal like updating a file every X seconds # so we can deal with the other container being OOM killed. echo "Waiting for test to finish..." until [[ -f "/tmp/shared/test.finished" ]]; do sleep 1; done echo "Test has finished." set -x command: - /usr/bin/bash - -euExo - pipefail - -O - inherit_errexit - -c env: - name: POD_UID valueFrom: fieldRef: fieldPath: metadata.uid image: quay.io/scylladb/scylla-operator-images:kube-tools imagePullPolicy: Always name: setup resources: limits: cpu: 100m memory: 200Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL seccompProfile: type: RuntimeDefault volumeMounts: - mountPath: /var/run/secrets/kubernetes.io/serviceaccount/ name: kube-api-access - mountPath: /tmp/shared name: shared-data - args: - | function on-exit { touch /tmp/shared/test.finished } trap on-exit EXIT set +x echo "Waiting for cluster to be provisioned..." until [[ -f "${KUBECONFIG}" || -f /tmp/shared/setup.finished ]]; do sleep 1; done if [[ -f /tmp/shared/setup.finished ]]; then echo "Cluster provisioning failed. Exiting." exit 1 fi echo "Cluster provisioning has finished." set -x # Setup info and kubeconfig sanity check kubectl config view kubectl version -o yaml kubectl cluster-info function resolve-image { ( set -euEo pipefail local digest digest=$( skopeo inspect --raw docker://"${1}" | skopeo manifest-digest /dev/stdin ) echo "${1}@${digest}" ) } # Make sure there is no default storage class before we create our own. for r in $( kubectl get storageclasses -o name ); do kubectl patch "${r}" -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}'; done SO_IMAGE="$( resolve-image docker.io/scylladb/scylla-operator:latest )" export SO_IMAGE ./hack/.ci/deploy-release-gke.sh command: - /usr/bin/bash - -euExo - pipefail - -O - inherit_errexit - -O - extglob - -c env: - name: POD_UID valueFrom: fieldRef: fieldPath: metadata.uid - name: KUBECONFIG value: /tmp/shared/kubeconfig image: quay.io/scylladb/scylla-operator-images:kube-tools imagePullPolicy: Always name: test resources: limits: cpu: 100m memory: 1200Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL seccompProfile: type: RuntimeDefault volumeMounts: - mountPath: /tmp/shared name: shared-data serviceAccountName: e2e volumes: - emptyDir: {} name: shared-data - name: kube-api-access projected: defaultMode: 400 sources: - serviceAccountToken: path: token - configMap: items: - key: ca.crt path: ca.crt name: kube-root-ca.crt - downwardAPI: items: - fieldRef: apiVersion: v1 fieldPath: metadata.namespace path: namespace prowjob_defaults: tenant_id: GlobalDefaultID refs: base_link: https://github.com/scylladb/scylla-operator/commit/19c31d4e44dfcca66b77576a2432e9b22a2eb72a base_ref: master base_sha: 19c31d4e44dfcca66b77576a2432e9b22a2eb72a org: scylladb path_alias: github.com/scylladb/scylla-operator pulls: - author: abramche author_link: https://github.com/abramche commit_link: https://github.com/scylladb/scylla-operator/pull/3472/commits/43116127499a946b453a45aea91488a8880756f5 head_ref: chore/kind-nftables-only link: https://github.com/scylladb/scylla-operator/pull/3472 number: 3472 sha: 43116127499a946b453a45aea91488a8880756f5 title: 'chore(kind): enable nftables for kind suite' repo: scylla-operator repo_link: https://github.com/scylladb/scylla-operator report: true rerun_command: /test e2e-gke-release-script-latest type: presubmit status: build_id: "2064277525529366528" completionTime: "2026-06-09T09:55:06Z" description: Job succeeded. pendingTime: "2026-06-09T09:24:51Z" pod_name: 7997f4f7-c77c-45b3-a3b5-d0000cbb3e23 prev_report_states: gcsk8sreporter: success gcsreporter: success github-reporter: success startTime: "2026-06-09T09:24:49Z" state: success url: https://prow.scylla-operator.scylladb.com/view/gs/scylla-operator-prow/pr-logs/pull/scylladb_scylla-operator/3472/pull-scylla-operator-master-e2e-gke-release-script-latest/2064277525529366528