Skip to content

Commit

Permalink
Hide whole conformance test (#851)
Browse files Browse the repository at this point in the history
Whole conformance test will only appear in Github checks when triggered or skipped.
  • Loading branch information
lzhecheng authored Jun 19, 2020
1 parent 24c4bb3 commit 0d1267c
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions ci/jenkins/jobs/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,28 +259,6 @@
started_status: null
wrappers: []
publishers: []
- '{name}-{test_name}-for-pull-request':
test_name: whole-conformance-pending-label
node: null
description: 'This is for marking PR as pending for whole conformance test.'
builders:
- builder-pending-label
trigger_phrase: null
allow_whitelist_orgs_as_admins: false
admin_list: []
org_list: []
white_list: []
only_trigger_phrase: false
trigger_permit_all: true
status_context: jenkins-whole-conformance
status_url: --none--
success_status: Pending test. Mark as failure. Not required for merging. Add comment /test-whole-conformance to trigger.
failure_status: Pending test. Mark as failure. Not required for merging. Add comment /test-whole-conformance to trigger.
error_status: Pending test. Mark as failure. Not required for merging. Add comment /test-whole-conformance to trigger.
triggered_status: null
started_status: null
wrappers: []
publishers: []
- '{name}-{test_name}-for-pull-request':
test_name: whole-conformance
node: 'antrea-test-node'
Expand Down Expand Up @@ -331,7 +309,7 @@
white_list: '{antrea_white_list}'
only_trigger_phrase: true
trigger_permit_all: false
trigger_phrase: .*/skip-(whole-conformance|all).*
trigger_phrase: .*/skip-(whole-conformance).*
status_context: jenkins-whole-conformance
status_url: --none--
success_status: Skipped test. Mark as succeeded.
Expand Down

0 comments on commit 0d1267c

Please sign in to comment.