Skip to content
Merged
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
4 changes: 2 additions & 2 deletions cluster/ci/config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ presubmits:

- name: origin-ci-int-origin
agent: jenkins
always_run: true
always_run: false
skip_report: true
context: ci/openshift-jenkins/experimental/integration
rerun_command: "/test origin-it"
trigger: "((?m)^/test origin-it,?(\\s+|$))"

- name: origin-ci-cmd-origin
agent: jenkins
always_run: false
always_run: true
skip_report: true
context: ci/openshift-jenkins/experimental/command
rerun_command: "/test origin-ct"
Expand Down