Skip to content

Commit 227a942

Browse files
Yikunliusheng
authored andcommitted
Add periodic job for envoy and containerd (apache#503)
* Add support for config-gcc role You can use below config to enbale gcc-7: ``` roles: - role: config-gcc gcc_version: 7 ``` Close-issue: theopenlab/openlab#239 * Add periodic job for envoy and containerd This patch add the periodic jobs for envoy and containerd arm build. - containerd-build-arm64 - envoy-build-arm64
1 parent 7c27113 commit 227a942

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

zuul.d/projects.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@
8080
- helm-integration-test-kubeadm-k8s-v1.12.7:
8181
branches: master
8282

83+
- project:
84+
name: containerd/containerd
85+
periodic-2/14:
86+
jobs:
87+
- containerd-build-arm64:
88+
branches: master
89+
8390
####################### periodic jobs on 04:00/16:00 ##########################
8491
#- project:
8592
# name: huaweicloud/openshift-ansible
@@ -125,6 +132,13 @@
125132
- cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.14:
126133
branches: release-1.14
127134

135+
- project:
136+
name: envoyproxy/envoy
137+
periodic-4/16:
138+
jobs:
139+
- envoy-build-arm64:
140+
branches: master
141+
128142
####################### periodic jobs on 06:00/18:00 ##########################
129143
- project:
130144
name: hashicorp/packer

0 commit comments

Comments
 (0)