File tree Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -172,13 +172,6 @@ jobs:
172
172
resource_class : xlarge
173
173
parallelism : 4
174
174
steps :
175
- - run :
176
- name : Don't run expensive e2e tests for forks other than renovate-bot and angular
177
- command : >
178
- if [[ "$CIRCLE_PR_USERNAME" != "renovate-bot" ]] &&
179
- [[ "$CIRCLE_PROJECT_USERNAME" != "angular" || $CIRCLE_BRANCH != "master" ]]; then
180
- circleci step halt
181
- fi
182
175
- attach_workspace : *attach_options
183
176
- run : PATH=~/.npm-global/bin:$PATH xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} --ng-snapshots
184
177
@@ -285,37 +278,43 @@ workflows:
285
278
- test :
286
279
requires :
287
280
- build
281
+ - test-win :
282
+ requires :
283
+ - test
288
284
- test-large :
289
285
requires :
290
286
- build
291
287
- e2e-cli :
292
288
requires :
293
289
- build
294
- - e2e-cli-node-10 :
295
- requires :
296
- - build
297
290
- e2e-cli-ivy :
298
291
requires :
299
292
- build
300
- - snapshot_publish_docs :
301
- requires :
302
- - install
303
- filters :
304
- branches :
305
- only :
306
- - /docs-preview/
307
293
- e2e-cli-ng-snapshots :
308
294
requires :
309
- - build
310
- - test-win :
295
+ - e2e-cli
296
+ branches :
297
+ ignore :
298
+ - /pull\/.*/
299
+ - e2e-cli-node-10 :
311
300
requires :
312
- - test
301
+ - e2e-cli
302
+ branches :
303
+ ignore :
304
+ - /pull\/.*/
313
305
- e2e-cli-win :
314
306
requires :
315
- - e2e-cli
307
+ - e2e-cli
316
308
branches :
317
309
ignore :
318
- - /pull\/.*/
310
+ - /pull\/.*/
311
+ - snapshot_publish_docs :
312
+ requires :
313
+ - install
314
+ filters :
315
+ branches :
316
+ only :
317
+ - /docs-preview/
319
318
- snapshot_publish :
320
319
requires :
321
320
- test
You can’t perform that action at this time.
0 commit comments