mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-10-31 05:39:22 +08:00
Update ci (#269)
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -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: |
|
||||||
|
|||||||
2
.github/workflows/deep-check.yml
vendored
2
.github/workflows/deep-check.yml
vendored
@@ -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: |
|
||||||
|
|||||||
2
.github/workflows/deep-sync.yml
vendored
2
.github/workflows/deep-sync.yml
vendored
@@ -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: |
|
||||||
|
|||||||
2
.github/workflows/manual-deep-sync.yml
vendored
2
.github/workflows/manual-deep-sync.yml
vendored
@@ -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: |
|
||||||
|
|||||||
4
.github/workflows/manual-sync.yml
vendored
4
.github/workflows/manual-sync.yml
vendored
@@ -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: |
|
||||||
|
|||||||
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user