Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 50 additions & 36 deletions ci-operator/jobs/infra-periodics.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
periodics:
- name: periodic-retester
agent: kubernetes
- agent: kubernetes
cron: ""
interval: 2h
name: periodic-retester
spec:
containers:
- image: docker-registry.default.svc:5000/ci/commenter:latest
args:
- args:
- |-
--query=is:pr
state:open
Expand All @@ -24,24 +24,26 @@ periodics:
--comment=/retest

Please review the [full test history](https://openshift-gce-devel.appspot.com/pr/{{.Number}}) for this PR and help us cut down flakes.

- --template
- --ceiling=1
- --confirm
image: docker-registry.default.svc:5000/ci/commenter:latest
name: ""
resources: {}
volumeMounts:
- name: token
mountPath: /etc/oauth
- mountPath: /etc/oauth
name: token
volumes:
- name: token
secret:
secretName: openshift-bot-token
- name: periodic-issue-close
- agent: kubernetes
cron: ""
interval: 6h
agent: kubernetes
name: periodic-issue-close
spec:
containers:
- image: docker-registry.default.svc:5000/ci/commenter:latest
args:
- args:
- |-
--query=repo:openshift/origin
-label:lifecycle/frozen
Expand All @@ -59,20 +61,23 @@ periodics:
- --template
- --ceiling=10
- --confirm
image: docker-registry.default.svc:5000/ci/commenter:latest
name: ""
resources: {}
volumeMounts:
- name: token
mountPath: /etc/oauth
- mountPath: /etc/oauth
name: token
volumes:
- name: token
secret:
secretName: openshift-bot-token
- name: periodic-issue-rotten
- agent: kubernetes
cron: ""
interval: 6h
agent: kubernetes
name: periodic-issue-rotten
spec:
containers:
- image: docker-registry.default.svc:5000/ci/commenter:latest
args:
- args:
- |-
--query=repo:openshift/origin
-label:lifecycle/frozen
Expand All @@ -94,20 +99,23 @@ periodics:
- --template
- --ceiling=10
- --confirm
image: docker-registry.default.svc:5000/ci/commenter:latest
name: ""
resources: {}
volumeMounts:
- name: token
mountPath: /etc/oauth
- mountPath: /etc/oauth
name: token
volumes:
- name: token
secret:
secretName: openshift-bot-token
- name: periodic-issue-stale
- agent: kubernetes
cron: ""
interval: 6h
agent: kubernetes
name: periodic-issue-stale
spec:
containers:
- image: docker-registry.default.svc:5000/ci/commenter:latest
args:
- args:
- |-
--query=repo:openshift/origin
-label:lifecycle/frozen
Expand All @@ -128,35 +136,41 @@ periodics:
- --template
- --ceiling=10
- --confirm
image: docker-registry.default.svc:5000/ci/commenter:latest
name: ""
resources: {}
volumeMounts:
- name: token
mountPath: /etc/oauth
- mountPath: /etc/oauth
name: token
volumes:
- name: token
secret:
secretName: openshift-bot-token
- name: periodic-label-sync
- agent: kubernetes
cron: ""
interval: 24h
agent: kubernetes
name: periodic-label-sync
spec:
containers:
- image: gcr.io/k8s-testimages/label_sync:v20180227-377685119
args:
- args:
- --config=/etc/config/labels.yaml
- --confirm=true
- --orgs=openshift
- --token=/etc/github/oauth
image: gcr.io/k8s-testimages/label_sync:v20180227-377685119
name: ""
resources: {}
volumeMounts:
- name: token
mountPath: /etc/github
- mountPath: /etc/github
name: token
readOnly: true
- name: config
mountPath: /etc/config
- mountPath: /etc/config
name: config
readOnly: true
volumes:
- name: token
secret:
secretName: repo-management-token
- name: config
configMap:
name: labels
- configMap:
name: labels
name: config
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
periodics:
- name: ami_build_origin_int_fedora_crio
agent: jenkins
- agent: jenkins
cron: ""
interval: 24h
labels:
master: ci.openshift.redhat.com
master: ci.openshift.redhat.com
name: ami_build_origin_int_fedora_crio
- agent: jenkins
cron: ""
interval: 24h
- name: ami_build_origin_int_rhel_crio
agent: jenkins
labels:
master: ci.openshift.redhat.com
interval: 24h
master: ci.openshift.redhat.com
name: ami_build_origin_int_rhel_crio
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
postsubmits:
kubernetes-incubator/cri-o:
- name: test_branch_crio_e2e_rhel
agent: jenkins
labels:
master: ci.openshift.redhat.com
- agent: jenkins
branches:
- release-1.7
- release-1.8
- release-1.9
- master
- name: test_branch_crio_e2e_fedora
agent: jenkins
labels:
master: ci.openshift.redhat.com
name: test_branch_crio_e2e_rhel
- agent: jenkins
branches:
- release-1.7
- release-1.8
- release-1.9
- master
- master
labels:
master: ci.openshift.redhat.com
name: test_branch_crio_e2e_fedora
Original file line number Diff line number Diff line change
@@ -1,82 +1,74 @@
presubmits:
kubernetes-incubator/cri-o:
- name: test_pull_request_crio_integration_rhel
agent: jenkins
labels:
master: ci.openshift.redhat.com
- agent: jenkins
always_run: false
context: ci/openshift-jenkins/integration_rhel
rerun_command: "/test integration_rhel"
trigger: "((?m)^/test( all| rhel| integration| integration_rhel),?(\\s+|$))"

- name: test_pull_request_crio_integration_fedora
agent: jenkins
labels:
master: ci.openshift.redhat.com
name: test_pull_request_crio_integration_rhel
rerun_command: /test integration_rhel
trigger: ((?m)^/test( all| rhel| integration| integration_rhel),?(\s+|$))
- agent: jenkins
always_run: false
context: ci/openshift-jenkins/integration_fedora
rerun_command: "/test integration_fedora"
trigger: "((?m)^/test( all| fedora| integration| integration_fedora),?(\\s+|$))"

- name: test_pull_request_crio_e2e_rhel
agent: jenkins
labels:
master: ci.openshift.redhat.com
name: test_pull_request_crio_integration_fedora
rerun_command: /test integration_fedora
trigger: ((?m)^/test( all| fedora| integration| integration_fedora),?(\s+|$))
- agent: jenkins
always_run: false
context: ci/openshift-jenkins/e2e_rhel
rerun_command: "/test e2e_rhel"
trigger: "((?m)^/test( all| rhel| e2e| e2e_rhel),?(\\s+|$))"

- name: test_pull_request_crio_e2e_fedora
agent: jenkins
labels:
master: ci.openshift.redhat.com
name: test_pull_request_crio_e2e_rhel
rerun_command: /test e2e_rhel
trigger: ((?m)^/test( all| rhel| e2e| e2e_rhel),?(\s+|$))
- agent: jenkins
always_run: false
context: ci/openshift-jenkins/e2e_fedora
rerun_command: "/test e2e_fedora"
trigger: "((?m)^/test( all| fedora| e2e| e2e_fedora),?(\\s+|$))"

- name: test_pull_request_crio_critest_rhel
agent: jenkins
labels:
master: ci.openshift.redhat.com
name: test_pull_request_crio_e2e_fedora
rerun_command: /test e2e_fedora
trigger: ((?m)^/test( all| fedora| e2e| e2e_fedora),?(\s+|$))
- agent: jenkins
always_run: false
context: ci/openshift-jenkins/critest_rhel
rerun_command: "/test critest_rhel"
trigger: "((?m)^/test( all| rhel| critest| critest_rhel),?(\\s+|$))"

- name: test_pull_request_crio_critest_fedora
agent: jenkins
labels:
master: ci.openshift.redhat.com
name: test_pull_request_crio_critest_rhel
rerun_command: /test critest_rhel
trigger: ((?m)^/test( all| rhel| critest| critest_rhel),?(\s+|$))
- agent: jenkins
always_run: false
context: ci/openshift-jenkins/critest_fedora
rerun_command: "/test critest_fedora"
trigger: "((?m)^/test( all| fedora| critest| critest_fedora),?(\\s+|$))"

- name: test_pull_request_crio_ami_rhel
agent: jenkins
labels:
master: ci.openshift.redhat.com
name: test_pull_request_crio_critest_fedora
rerun_command: /test critest_fedora
trigger: ((?m)^/test( all| fedora| critest| critest_fedora),?(\s+|$))
- agent: jenkins
always_run: false
context: ci/openshift-jenkins/ami_rhel
rerun_command: "/test ami_rhel"
trigger: "((?m)^/test( ami| ami_rhel),?(\\s+|$))"

- name: test_pull_request_crio_ami_fedora
agent: jenkins
labels:
master: ci.openshift.redhat.com
name: test_pull_request_crio_ami_rhel
rerun_command: /test ami_rhel
trigger: ((?m)^/test( ami| ami_rhel),?(\s+|$))
- agent: jenkins
always_run: false
context: ci/openshift-jenkins/ami_fedora
rerun_command: "/test ami_fedora"
trigger: "((?m)^/test( ami| ami_fedora),?(\\s+|$))"

- name: kata-containers-crio-PR
agent: jenkins
labels:
master: jenkins.katacontainers.io
master: ci.openshift.redhat.com
name: test_pull_request_crio_ami_fedora
rerun_command: /test ami_fedora
trigger: ((?m)^/test( ami| ami_fedora),?(\s+|$))
- agent: jenkins
always_run: false
context: ci/kata-jenkins
rerun_command: "/test kata-containers"
trigger: "((?m)^/test( all| kata-containers),?(\\s+|$))"
labels:
master: jenkins.katacontainers.io
name: kata-containers-crio-PR
rerun_command: /test kata-containers
trigger: ((?m)^/test( all| kata-containers),?(\s+|$))
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
presubmits:
kubernetes-incubator/descheduler:
- name: ci-kubernetes-descheduler-e2e-gce
agent: jenkins
labels:
master: ci.openshift.redhat.com
- agent: jenkins
always_run: true
context: ci/openshift-jenkins
rerun_command: "/test e2e"
trigger: "((?m)^/test( all| e2e),?(\\s+|$))"
labels:
master: ci.openshift.redhat.com
name: ci-kubernetes-descheduler-e2e-gce
rerun_command: /test e2e
trigger: ((?m)^/test( all| e2e),?(\s+|$))
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
postsubmits:
openshift-s2i/s2i-wildfly:
- name: push_wildfly_images
agent: jenkins
- agent: jenkins
branches:
- master
labels:
master: ci.openshift.redhat.com
name: push_wildfly_images
- agent: jenkins
branches:
- master
- name: test_branch_wildfly_images
agent: jenkins
labels:
master: ci.openshift.redhat.com
branches:
- master
name: test_branch_wildfly_images
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
presubmits:
openshift-s2i/s2i-wildfly:
- name: test_pull_request_wildfly_images
agent: jenkins
labels:
master: ci.openshift.redhat.com
- agent: jenkins
always_run: true
context: ci/openshift-jenkins
rerun_command: "/test"
trigger: "((?m)^/test,?(\\s+|$))"
labels:
master: ci.openshift.redhat.com
name: test_pull_request_wildfly_images
rerun_command: /test
trigger: ((?m)^/test,?(\s+|$))
Loading