k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/cluster-api-provider-azure/cluster-api-provider-azure-periodics-v1beta1-release-1.15.yaml (about)

     1  periodics:
     2  - name: periodic-cluster-api-provider-azure-conformance-v1beta1-release-1-15
     3    decorate: true
     4    decoration_config:
     5      timeout: 4h
     6    interval: 72h
     7    labels:
     8      preset-dind-enabled: "true"
     9      preset-kind-volume-mounts: "true"
    10      preset-azure-cred-only: "true"
    11      preset-azure-capz-sa-cred: "true"
    12    extra_refs:
    13      - org: kubernetes-sigs
    14        repo: cluster-api-provider-azure
    15        base_ref: release-1.15
    16        path_alias: "sigs.k8s.io/cluster-api-provider-azure"
    17    spec:
    18      containers:
    19        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.27
    20          command:
    21            - runner.sh
    22          args:
    23            - ./scripts/ci-conformance.sh
    24          # docker-in-docker needs privileged mode
    25          securityContext:
    26            privileged: true
    27          resources:
    28            requests:
    29              cpu: 2
    30              memory: "9Gi"
    31    annotations:
    32      testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
    33      testgrid-tab-name: capz-periodic-conformance-v1beta1-release-1-15
    34      testgrid-alert-email: k8s-infra-staging-cluster-api-azure@kubernetes.io
    35      description: Runs conformance & node conformance tests on a stable k8s version with cluster-api-provider-azure release-1.15 (v1beta1)
    36  - name: periodic-cluster-api-provider-azure-conformance-v1beta1-with-ci-artifacts-release-1-15
    37    decorate: true
    38    decoration_config:
    39      timeout: 4h
    40    interval: 72h
    41    labels:
    42      preset-dind-enabled: "true"
    43      preset-kind-volume-mounts: "true"
    44      preset-azure-cred-only: "true"
    45      preset-azure-anonymous-pull: "true"
    46      preset-azure-capz-sa-cred: "true"
    47    extra_refs:
    48      - org: kubernetes-sigs
    49        repo: cluster-api-provider-azure
    50        base_ref: release-1.15
    51        path_alias: sigs.k8s.io/cluster-api-provider-azure
    52        workdir: true
    53      - org: kubernetes-sigs
    54        repo: cloud-provider-azure
    55        base_ref: master
    56        path_alias: sigs.k8s.io/cloud-provider-azure
    57        workdir: false
    58    spec:
    59      containers:
    60        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.27
    61          command:
    62            - runner.sh
    63          args:
    64            - ./scripts/ci-conformance.sh
    65          env:
    66          - name: E2E_ARGS
    67            value: "-kubetest.use-ci-artifacts"
    68          # docker-in-docker needs privileged mode
    69          securityContext:
    70            privileged: true
    71          resources:
    72            requests:
    73              cpu: 2
    74              memory: "9Gi"
    75    annotations:
    76      testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
    77      testgrid-tab-name: capz-periodic-conformance-k8s-ci-v1beta1-release-1-15
    78      testgrid-alert-email: kubernetes-provider-azure@googlegroups.com
    79      description: Runs conformance & node conformance tests on latest kubernetes main with cluster-api-provider-azure release-1.15 (v1beta1)
    80  - name: periodic-cluster-api-provider-azure-capi-e2e-v1beta1-release-1-15
    81    decorate: true
    82    decoration_config:
    83      timeout: 4h
    84    interval: 72h
    85    labels:
    86      preset-dind-enabled: "true"
    87      preset-kind-volume-mounts: "true"
    88      preset-azure-cred-only: "true"
    89      preset-azure-anonymous-pull: "true"
    90      preset-azure-capz-sa-cred: "true"
    91    extra_refs:
    92      - org: kubernetes-sigs
    93        repo: cluster-api-provider-azure
    94        base_ref: release-1.15
    95        path_alias: "sigs.k8s.io/cluster-api-provider-azure"
    96    spec:
    97      containers:
    98      - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.27
    99        command:
   100          - runner.sh
   101        args:
   102          - ./scripts/ci-e2e.sh
   103        env:
   104          - name: GINKGO_FOCUS
   105            value: "Cluster API E2E tests"
   106          - name: GINKGO_SKIP
   107            value: "\\[K8s-Upgrade\\]|API Version Upgrade"
   108        # docker-in-docker needs privileged mode
   109        securityContext:
   110          privileged: true
   111    annotations:
   112      testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
   113      testgrid-tab-name: capz-periodic-capi-e2e-v1beta1-release-1-15
   114      testgrid-alert-email: k8s-infra-staging-cluster-api-azure@kubernetes.io
   115  - name: periodic-cluster-api-provider-azure-e2e-v1beta1-release-1-15
   116    decorate: true
   117    decoration_config:
   118      timeout: 4h
   119    interval: 72h
   120    labels:
   121      preset-dind-enabled: "true"
   122      preset-kind-volume-mounts: "true"
   123      preset-azure-cred-only: "true"
   124      preset-azure-anonymous-pull: "true"
   125      preset-azure-capz-sa-cred: "true"
   126    extra_refs:
   127      - org: kubernetes-sigs
   128        repo: cluster-api-provider-azure
   129        base_ref: release-1.15
   130        path_alias: "sigs.k8s.io/cluster-api-provider-azure"
   131    spec:
   132      containers:
   133      - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.27
   134        command:
   135          - runner.sh
   136        args:
   137          - ./scripts/ci-e2e.sh
   138        env:
   139          - name: GINKGO_FOCUS
   140            value: "Workload cluster creation"
   141          - name: GINKGO_SKIP
   142            value: \[Managed Kubernetes\]
   143        # docker-in-docker needs privileged mode
   144        securityContext:
   145          privileged: true
   146    annotations:
   147      testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
   148      testgrid-tab-name: capz-periodic-e2e-v1beta1-release-1-15
   149      testgrid-alert-email: k8s-infra-staging-cluster-api-azure@kubernetes.io
   150  - name: periodic-cluster-api-provider-azure-e2e-aks-v1beta1-release-1-15
   151    decorate: true
   152    decoration_config:
   153      timeout: 4h
   154    interval: 72h
   155    labels:
   156      preset-dind-enabled: "true"
   157      preset-kind-volume-mounts: "true"
   158      preset-azure-cred-only: "true"
   159      preset-azure-anonymous-pull: "true"
   160      preset-azure-capz-sa-cred: "true"
   161    extra_refs:
   162      - org: kubernetes-sigs
   163        repo: cluster-api-provider-azure
   164        base_ref: release-1.15
   165        path_alias: "sigs.k8s.io/cluster-api-provider-azure"
   166    spec:
   167      containers:
   168      - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.27
   169        command:
   170          - runner.sh
   171        args:
   172          - ./scripts/ci-e2e.sh
   173        env:
   174          - name: GINKGO_FOCUS
   175            value: \[Managed Kubernetes\]
   176          - name: GINKGO_SKIP
   177            value: ""
   178        # docker-in-docker needs privileged mode
   179        securityContext:
   180          privileged: true
   181    annotations:
   182      testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
   183      testgrid-tab-name: capz-periodic-e2e-aks-v1beta1-release-1-15
   184      testgrid-alert-email: k8s-infra-staging-cluster-api-azure@kubernetes.io