Skip to content

Commit ac319fd

Browse files
committed
fix: fixed how generate-circleci-config.py calls int-test-run-all-spiders-in-ci-pipeline.py
1 parent 78ea531 commit ac319fd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
### Changed
1414

15-
* Nothing
15+
* fixed how ```generate-circleci-config.py``` uses/calls ```int-test-run-all-spiders-in-ci-pipeline.py```
1616

1717
### Removed
1818

bin/generate-circleci-config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
# https://discuss.circleci.com/t/can-docker-images-be-preserved-between-jobs-in-a-workflow-without-a-manual-load-save/23388
4747
#
4848
int-test-run-all-spiders-in-ci-pipeline.py \\
49-
1 \\
50-
60 \\
49+
--max-num-spiders-to-run 1 \\
50+
--max-num-seconds-spiders-run 60 \\
51+
--log=info \\
5152
<< parameters.crawl_output_dir >> \\
5253
<< parameters.docker_image >>
5354

0 commit comments

Comments
 (0)