File tree Expand file tree Collapse file tree 1 file changed +0
-68
lines changed
config/jobs/periodic/kubernetes Expand file tree Collapse file tree 1 file changed +0
-68
lines changed Original file line number Diff line number Diff line change 1
1
periodics :
2
- - name : periodic-kubernetes-unit-test-ppc64le
3
- cluster : k8s-ppc64le-cluster
4
- decorate : true
5
- decoration_config :
6
- gcs_configuration :
7
- bucket : ppc64le-kubernetes
8
- path_strategy : explicit
9
- gcs_credentials_secret : gcs-credentials
10
- cron : " 0 1/3 * * *"
11
- extra_refs :
12
- - org : kubernetes
13
- repo : kubernetes
14
- base_ref : master
15
- path_alias : k8s.io/kubernetes
16
- spec :
17
- securityContext :
18
- runAsGroup : 2010
19
- runAsUser : 2001
20
- containers :
21
- - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250227-3a13bdd784-master
22
- command :
23
- - make
24
- - test
25
- securityContext :
26
- allowPrivilegeEscalation : false
27
- resources :
28
- requests :
29
- cpu : 4
30
- limits :
31
- cpu : 4
32
- - name : periodic-kubernetes-unit-test-root-ppc64le
33
- cluster : k8s-ppc64le-cluster
34
- labels :
35
- preset-golang-build : " true"
36
- decorate : true
37
- decoration_config :
38
- gcs_configuration :
39
- bucket : ppc64le-kubernetes
40
- path_strategy : explicit
41
- gcs_credentials_secret : gcs-credentials
42
- cron : " 0 0 * * 1,4"
43
- extra_refs :
44
- - base_ref : master
45
- org : kubernetes
46
- repo : kubernetes
47
- workdir : true
48
- spec :
49
- containers :
50
- - image : quay.io/powercloud/all-in-one:0.7
51
- resources :
52
- requests :
53
- cpu : " 5000m"
54
- limits :
55
- cpu : " 5000m"
56
- command :
57
- - /bin/bash
58
- args :
59
- - -c
60
- - |
61
- set -o errexit
62
- set -o nounset
63
- set -o pipefail
64
- set -o xtrace
65
-
66
- export KUBE_TIMEOUT='--timeout=600s'
67
- export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
68
- export LOG_LEVEL=4
69
- make test KUBE_RACE=-race
70
2
- name : periodic-kubernetes-containerd-conformance-test-ppc64le
71
3
labels :
72
4
preset-dind-enabled : " true"
You can’t perform that action at this time.
0 commit comments