k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/sig-arch/conformance-gate.yaml (about)

     1  periodics:
     2  - interval: 3h
     3    cluster: eks-prow-build-cluster
     4    name: apisnoop-conformance-gate
     5    annotations:
     6      testgrid-dashboards: sig-arch-conformance
     7      testgrid-tab-name: apisnoop-conformance-gate
     8      test-grid-alert-email: kubernetes-sig-arch-conformance-test-failures@googlegroups.com
     9      testgrid-num-failures-to-alert: '1'
    10      description: 'Uses APISnoop to check that new GA endpoints are conformance tested in latest e2e test run'
    11    decorate: true
    12    spec:
    13      containers:
    14      - name: apisnoop-gate
    15        image: gcr.io/k8s-staging-apisnoop/snoopdb:v20240310-auditlogger-1.2.11-30-g3c40359
    16        env:
    17          - name: LOAD_K8S_DATA
    18            value: "true"
    19        command:
    20        - /usr/local/bin/docker-entrypoint.sh
    21        - postgres
    22        resources:
    23          requests:
    24            memory: 4Gi
    25            cpu: 2
    26          limits:
    27            memory: 4Gi
    28            cpu: 2