mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-09 17:03:41 +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:
|
||||
INCREMENTAL: "true"
|
||||
QUICKLY: "true"
|
||||
PARALLET: "8"
|
||||
PARALLET: "4"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
|
2
.github/workflows/deep-check.yml
vendored
2
.github/workflows/deep-check.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
INCREMENTAL: "true"
|
||||
QUICKLY: "true"
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
||||
PARALLET: "10"
|
||||
PARALLET: "4"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
|
2
.github/workflows/deep-sync.yml
vendored
2
.github/workflows/deep-sync.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
QUICKLY: "true"
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
||||
SYNC: "true"
|
||||
PARALLET: "5"
|
||||
PARALLET: "2"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
|
2
.github/workflows/manual-deep-sync.yml
vendored
2
.github/workflows/manual-deep-sync.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
env:
|
||||
INCREMENTAL: "true"
|
||||
SYNC: "true"
|
||||
PARALLET: "5"
|
||||
PARALLET: "1"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
|
4
.github/workflows/manual-sync.yml
vendored
4
.github/workflows/manual-sync.yml
vendored
@@ -29,9 +29,7 @@ jobs:
|
||||
INCREMENTAL: "true"
|
||||
QUICKLY: "true"
|
||||
SYNC: "true"
|
||||
PARALLET: "5"
|
||||
RETRY: "10"
|
||||
DEBUG: "true"
|
||||
PARALLET: "1"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
|
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
INCREMENTAL: "true"
|
||||
QUICKLY: "true"
|
||||
SYNC: "true"
|
||||
PARALLET: "5"
|
||||
PARALLET: "2"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user