| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- @echo off
- cd /d %~dp0
- if exist ..\..\.venv\Scripts\activate.bat call ..\..\.venv\Scripts\activate.bat
- echo Worker Group 1 starting...
- echo =======================================
- echo Running Requirement Index: 0
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 0
- python run_pipeline.py --index 0
- if not exist "output\001\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 0
- ) else (
- echo [Verified] output\001\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 5
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 5
- python run_pipeline.py --index 5
- if not exist "output\006\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 5
- ) else (
- echo [Verified] output\006\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 10
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 10
- python run_pipeline.py --index 10
- if not exist "output\011\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 10
- ) else (
- echo [Verified] output\011\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 15
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 15
- python run_pipeline.py --index 15
- if not exist "output\016\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 15
- ) else (
- echo [Verified] output\016\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 20
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 20
- python run_pipeline.py --index 20
- if not exist "output\021\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 20
- ) else (
- echo [Verified] output\021\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 25
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 25
- python run_pipeline.py --index 25
- if not exist "output\026\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 25
- ) else (
- echo [Verified] output\026\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 30
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 30
- python run_pipeline.py --index 30
- if not exist "output\031\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 30
- ) else (
- echo [Verified] output\031\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 35
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 35
- python run_pipeline.py --index 35
- if not exist "output\036\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 35
- ) else (
- echo [Verified] output\036\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 40
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 40
- python run_pipeline.py --index 40
- if not exist "output\041\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 40
- ) else (
- echo [Verified] output\041\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 45
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 45
- python run_pipeline.py --index 45
- if not exist "output\046\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 45
- ) else (
- echo [Verified] output\046\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 50
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 50
- python run_pipeline.py --index 50
- if not exist "output\051\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 50
- ) else (
- echo [Verified] output\051\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 55
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 55
- python run_pipeline.py --index 55
- if not exist "output\056\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 55
- ) else (
- echo [Verified] output\056\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 60
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 60
- python run_pipeline.py --index 60
- if not exist "output\061\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 60
- ) else (
- echo [Verified] output\061\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 65
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 65
- python run_pipeline.py --index 65
- if not exist "output\066\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 65
- ) else (
- echo [Verified] output\066\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 70
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 70
- python run_pipeline.py --index 70
- if not exist "output\071\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 70
- ) else (
- echo [Verified] output\071\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 75
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 75
- python run_pipeline.py --index 75
- if not exist "output\076\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 75
- ) else (
- echo [Verified] output\076\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 80
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 80
- python run_pipeline.py --index 80
- if not exist "output\081\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 80
- ) else (
- echo [Verified] output\081\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 85
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 85
- python run_pipeline.py --index 85
- if not exist "output\086\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 85
- ) else (
- echo [Verified] output\086\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 90
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 90
- python run_pipeline.py --index 90
- if not exist "output\091\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 90
- ) else (
- echo [Verified] output\091\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 95
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 95
- python run_pipeline.py --index 95
- if not exist "output\096\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 95
- ) else (
- echo [Verified] output\096\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo Worker Group 1 finished!
- pause
|