Update ci (#269)
This commit is contained in:
parent
37c5644631
commit
0190cd2e06
|
@ -21,7 +21,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
QUICKLY: "true"
|
QUICKLY: "true"
|
||||||
PARALLET: "8"
|
PARALLET: "4"
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
QUICKLY: "true"
|
QUICKLY: "true"
|
||||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
||||||
PARALLET: "10"
|
PARALLET: "4"
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
QUICKLY: "true"
|
QUICKLY: "true"
|
||||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
||||||
SYNC: "true"
|
SYNC: "true"
|
||||||
PARALLET: "5"
|
PARALLET: "2"
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
SYNC: "true"
|
SYNC: "true"
|
||||||
PARALLET: "5"
|
PARALLET: "1"
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -29,9 +29,7 @@ jobs:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
QUICKLY: "true"
|
QUICKLY: "true"
|
||||||
SYNC: "true"
|
SYNC: "true"
|
||||||
PARALLET: "5"
|
PARALLET: "1"
|
||||||
RETRY: "10"
|
|
||||||
DEBUG: "true"
|
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
QUICKLY: "true"
|
QUICKLY: "true"
|
||||||
SYNC: "true"
|
SYNC: "true"
|
||||||
PARALLET: "5"
|
PARALLET: "2"
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue