We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ea531 commit ac319fdCopy full SHA for ac319fd
CHANGELOG.md
@@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
12
13
### Changed
14
15
-* Nothing
+* fixed how ```generate-circleci-config.py``` uses/calls ```int-test-run-all-spiders-in-ci-pipeline.py```
16
17
### Removed
18
bin/generate-circleci-config.py
@@ -46,8 +46,9 @@
46
# https://discuss.circleci.com/t/can-docker-images-be-preserved-between-jobs-in-a-workflow-without-a-manual-load-save/23388
47
#
48
int-test-run-all-spiders-in-ci-pipeline.py \\
49
- 1 \\
50
- 60 \\
+ --max-num-spiders-to-run 1 \\
+ --max-num-seconds-spiders-run 60 \\
51
+ --log=info \\
52
<< parameters.crawl_output_dir >> \\
53
<< parameters.docker_image >>
54
0 commit comments