|
46 | 46 | - text:
|
47 | 47 | credential-id: RDIFF_PATH
|
48 | 48 | variable: RDIFF_PATH
|
49 |
| - - '{name}-{test_name}-no-scm': |
50 |
| - test_name: flexible-ipam-e2e-pending-label |
51 |
| - node: null |
52 |
| - description: 'This is for marking PR as pending for e2e test.' |
53 |
| - builders: |
54 |
| - - builder-pending-label |
55 |
| - trigger_phrase: null |
56 |
| - white_list_target_branches: [] |
57 |
| - allow_whitelist_orgs_as_admins: true |
58 |
| - admin_list: [] |
59 |
| - org_list: [] |
60 |
| - white_list: [] |
61 |
| - only_trigger_phrase: false |
62 |
| - trigger_permit_all: true |
63 |
| - throttle_concurrent_builds_category: |
64 |
| - throttle_concurrent_builds_enabled: 'false' |
65 |
| - status_context: jenkins-flexible-ipam-e2e |
66 |
| - status_url: --none-- |
67 |
| - success_status: Pending test. Mark as failure. Add comment /test-flexible-ipam-e2e to trigger. |
68 |
| - failure_status: Pending test. Mark as failure. Add comment /test-flexible-ipam-e2e to trigger. |
69 |
| - error_status: Pending test. Mark as failure. Add comment /test-flexible-ipam-e2e to trigger. |
70 |
| - triggered_status: null |
71 |
| - started_status: null |
72 |
| - wrappers: [] |
73 |
| - publishers: [] |
74 |
| - - '{name}-{test_name}-for-pull-request': |
75 |
| - test_name: flexible-ipam-e2e |
76 |
| - node: 'antrea-flexible-ipam-jumper' |
77 |
| - description: 'This is the {test_name} test for {name}.' |
78 |
| - branches: |
79 |
| - - ${{sha1}} |
80 |
| - builders: |
81 |
| - - builder-flexible-ipam-e2e |
82 |
| - trigger_phrase: ^(?!Thanks for your PR).*/test-flexible-ipam-e2e.* |
83 |
| - white_list_target_branches: [] |
84 |
| - allow_whitelist_orgs_as_admins: true |
85 |
| - admin_list: '{antrea_admin_list}' |
86 |
| - org_list: '{antrea_org_list}' |
87 |
| - white_list: '{antrea_white_list}' |
88 |
| - only_trigger_phrase: true |
89 |
| - trigger_permit_all: true |
90 |
| - throttle_concurrent_builds_category: |
91 |
| - - e2e-lock-per-testbed |
92 |
| - throttle_concurrent_builds_enabled: 'true' |
93 |
| - status_context: jenkins-flexible-ipam-e2e |
94 |
| - status_url: --none-- |
95 |
| - success_status: Build finished. |
96 |
| - failure_status: Failed. Add comment /test-flexible-ipam-e2e to re-trigger. |
97 |
| - error_status: Failed. Add comment /test-flexible-ipam-e2e to re-trigger. |
98 |
| - triggered_status: null |
99 |
| - started_status: null |
100 |
| - wrappers: [] |
101 |
| - publishers: |
102 |
| - - archive: |
103 |
| - allow-empty: true |
104 |
| - artifacts: 'antrea-test-logs.tar.gz' |
105 |
| - case-sensitive: true |
106 |
| - default-excludes: true |
107 |
| - fingerprint: false |
108 |
| - only-if-success: false |
109 | 49 | - '{name}-{test_name}-no-scm':
|
110 | 50 | test_name: ipv6-ds-e2e-pending-label
|
111 | 51 | node: null
|
|
0 commit comments