Skip to content

Commit

Permalink
Integration CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinHIBM committed Aug 9, 2024
1 parent ebdb68b commit acaeff3
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions config/jobs/periodic/docker/periodic-ci-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,47 @@ periodics:
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:f93b6d36ad414d30f584c6555d8c2116de58bd56601da36f4e13d4b5b624114a
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-cli.sh
$PWD/upstream-master-ci/prow-integration-cli.sh
rc=$?
[ $rc != 0 ] && echo "ERROR: prow-integration-tests exited with code:$rc"
exit $rc
securityContext:
privileged: true
- name: periodic-integration-test-docker
cluster: k8s-ppc64le-cluster
labels:
Expand Down

0 comments on commit acaeff3

Please sign in to comment.