-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
860835e
commit 53c327e
Showing
1 changed file
with
207 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
periodics: | ||
- name: periodic-config-docker | ||
cluster: k8s-ppc64le-cluster | ||
labels: | ||
preset-build-docker: "true" | ||
cron: 0 0 * * * | ||
decorate: true | ||
extra_refs: | ||
- base_ref: main | ||
org: ppc64le-cloud | ||
repo: docker-ce-build | ||
reporter_config: | ||
slack: | ||
channel: 'prow-job-notifications' | ||
report_template: 'Job {{.Spec.Job}} of type {{.Spec.Type}} ended with state {{.Status.State}}. <!subteam^S02N6DWBX0F> <{{.Status.URL}}|View logs>' | ||
spec: | ||
containers: | ||
- image: quay.io/powercloud/docker-ce-build@sha256:b1e2679b9a5aabe15a94ae3130f5b02ce67441cf361fda7dc7a41929bb50ba87 | ||
resources: | ||
requests: | ||
cpu: "4000m" | ||
limits: | ||
cpu: "4000m" | ||
command: | ||
- /bin/bash | ||
args: | ||
- -c | ||
- | | ||
set -o errexit | ||
set -o nounset | ||
set -o pipefail | ||
set -o xtrace | ||
echo "* Start prow-info-docker *" | ||
chmod ug+x $PWD/upstream-master-ci/prow-info-docker.sh | ||
$PWD/upstream-master-ci/prow-info-docker.sh | ||
rc=$? | ||
[ $rc != 0 ] && echo "ERROR: prow-info-docker exited with code:$rc" | ||
exit $rc | ||
securityContext: | ||
privileged: true | ||
volumeMounts: | ||
- name: boot | ||
mountPath: /boot | ||
volumes: | ||
- name: boot | ||
hostpath: | ||
path: /boot/ | ||
- name: periodic-build-dev-image-docker | ||
cluster: k8s-ppc64le-cluster | ||
labels: | ||
preset-build-docker: "true" | ||
cron: 0 3 * * * | ||
decorate: true | ||
extra_refs: | ||
- base_ref: main | ||
org: ppc64le-cloud | ||
repo: docker-ce-build | ||
reporter_config: | ||
slack: | ||
channel: 'prow-job-notifications' | ||
report_template: 'Job {{.Spec.Job}} of type {{.Spec.Type}} ended with state {{.Status.State}}. <!subteam^S02N6DWBX0F> <{{.Status.URL}}|View logs>' | ||
spec: | ||
containers: | ||
- image: quay.io/powercloud/docker-ce-build@sha256:b1e2679b9a5aabe15a94ae3130f5b02ce67441cf361fda7dc7a41929bb50ba87 | ||
resources: | ||
requests: | ||
cpu: "4000m" | ||
limits: | ||
cpu: "4000m" | ||
command: | ||
- /bin/bash | ||
args: | ||
- -c | ||
- | | ||
set -o errexit | ||
set -o nounset | ||
set -o pipefail | ||
set -o xtrace | ||
echo "* Start prow-build-dev-image *" | ||
chmod ug+x $PWD/upstream-master-ci/prow-build-dev-image.sh | ||
$PWD/upstream-master-ci/prow-build-dev-image.sh | ||
rc=$? | ||
[ $rc != 0 ] && echo "ERROR: prow-build-dev-image exited with code:$rc" | ||
exit $rc | ||
securityContext: | ||
privileged: true | ||
- name: periodic-unit-test-docker | ||
cluster: k8s-ppc64le-cluster | ||
labels: | ||
preset-build-docker: "true" | ||
cron: 0 9 * * * | ||
decorate: true | ||
extra_refs: | ||
- base_ref: main | ||
org: ppc64le-cloud | ||
repo: docker-ce-build | ||
reporter_config: | ||
slack: | ||
channel: 'prow-job-notifications' | ||
report_template: 'Job {{.Spec.Job}} of type {{.Spec.Type}} ended with state {{.Status.State}}. <!subteam^S02N6DWBX0F> <{{.Status.URL}}|View logs>' | ||
spec: | ||
containers: | ||
- image: quay.io/powercloud/docker-ce-build@sha256:b1e2679b9a5aabe15a94ae3130f5b02ce67441cf361fda7dc7a41929bb50ba87 | ||
resources: | ||
requests: | ||
cpu: "4000m" | ||
limits: | ||
cpu: "4000m" | ||
command: | ||
- /bin/bash | ||
args: | ||
- -c | ||
- | | ||
set -o errexit | ||
set -o nounset | ||
set -o pipefail | ||
set -o xtrace | ||
echo "* Start prow-unit-test-docker *" | ||
chmod ug+x $PWD/upstream-master-ci/prow-unit-test-docker.sh | ||
$PWD/upstream-master-ci/prow-unit-test-docker.sh | ||
rc=$? | ||
[ $rc != 0 ] && echo "ERROR: prow-unit-test-docker exited with code:$rc" | ||
exit $rc | ||
securityContext: | ||
privileged: true | ||
- name: periodic-integration-cli-docker | ||
cluster: k8s-ppc64le-cluster | ||
labels: | ||
preset-build-docker: "true" | ||
cron: 0 14 * * * | ||
decorate: true | ||
decoration_config: | ||
timeout: 3h | ||
extra_refs: | ||
- base_ref: main | ||
org: ppc64le-cloud | ||
repo: docker-ce-build | ||
reporter_config: | ||
slack: | ||
channel: 'prow-job-notifications' | ||
report_template: 'Job {{.Spec.Job}} of type {{.Spec.Type}} ended with state {{.Status.State}}. <!subteam^S02N6DWBX0F> <{{.Status.URL}}|View logs>' | ||
spec: | ||
containers: | ||
- image: quay.io/powercloud/docker-ce-build@sha256:b1e2679b9a5aabe15a94ae3130f5b02ce67441cf361fda7dc7a41929bb50ba87 | ||
resources: | ||
requests: | ||
cpu: "4000m" | ||
limits: | ||
cpu: "4000m" | ||
command: | ||
- /bin/bash | ||
args: | ||
- -c | ||
- | | ||
set -o errexit | ||
set -o nounset | ||
set -o pipefail | ||
set -o xtrace | ||
echo "* Start prow-integration-cli-tests *" | ||
chmod ug+x $PWD/upstream-master-ci/prow-integration-cli.sh | ||
$PWD/upstream-master-ci/prow-integration-cli.sh | ||
rc=$? | ||
[ $rc != 0 ] && echo "ERROR: prow-integration-cli-tests exited with code:$rc" | ||
exit $rc | ||
securityContext: | ||
privileged: true | ||
- name: periodic-integration-test-docker | ||
cluster: k8s-ppc64le-cluster | ||
labels: | ||
preset-build-docker: "true" | ||
cron: 30 14 * * * | ||
decorate: true | ||
decoration_config: | ||
timeout: 3h | ||
extra_refs: | ||
- base_ref: main | ||
org: ppc64le-cloud | ||
repo: docker-ce-build | ||
reporter_config: | ||
slack: | ||
channel: 'prow-job-notifications' | ||
report_template: 'Job {{.Spec.Job}} of type {{.Spec.Type}} ended with state {{.Status.State}}. <!subteam^S02N6DWBX0F> <{{.Status.URL}}|View logs>' | ||
spec: | ||
containers: | ||
- image: quay.io/powercloud/docker-ce-build@sha256:b1e2679b9a5aabe15a94ae3130f5b02ce67441cf361fda7dc7a41929bb50ba87 | ||
resources: | ||
requests: | ||
cpu: "4000m" | ||
limits: | ||
cpu: "4000m" | ||
command: | ||
- /bin/bash | ||
args: | ||
- -c | ||
- | | ||
set -o errexit | ||
set -o nounset | ||
set -o pipefail | ||
set -o xtrace | ||
echo "* Start prow-integration-tests *" | ||
chmod ug+x $PWD/upstream-master-ci/prow-integration-tests.sh | ||
$PWD/upstream-master-ci/prow-integration-tests.sh | ||
rc=$? | ||
[ $rc != 0 ] && echo "ERROR: prow-integration-tests exited with code:$rc" | ||
exit $rc | ||
securityContext: | ||
privileged: true |