| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- @echo off
- cd /d %~dp0
- if exist ..\..\.venv\Scripts\activate.bat call ..\..\.venv\Scripts\activate.bat
- echo Worker Group 3 starting...
- echo =======================================
- echo Running Requirement Index: 2
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 2
- python run_pipeline.py --index 2
- if not exist "output\003\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 2
- ) else (
- echo [Verified] output\003\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 7
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 7
- python run_pipeline.py --index 7
- if not exist "output\008\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 7
- ) else (
- echo [Verified] output\008\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 12
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 12
- python run_pipeline.py --index 12
- if not exist "output\013\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 12
- ) else (
- echo [Verified] output\013\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 17
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 17
- python run_pipeline.py --index 17
- if not exist "output\018\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 17
- ) else (
- echo [Verified] output\018\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 22
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 22
- python run_pipeline.py --index 22
- if not exist "output\023\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 22
- ) else (
- echo [Verified] output\023\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 27
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 27
- python run_pipeline.py --index 27
- if not exist "output\028\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 27
- ) else (
- echo [Verified] output\028\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 32
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 32
- python run_pipeline.py --index 32
- if not exist "output\033\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 32
- ) else (
- echo [Verified] output\033\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 37
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 37
- python run_pipeline.py --index 37
- if not exist "output\038\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 37
- ) else (
- echo [Verified] output\038\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 42
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 42
- python run_pipeline.py --index 42
- if not exist "output\043\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 42
- ) else (
- echo [Verified] output\043\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 47
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 47
- python run_pipeline.py --index 47
- if not exist "output\048\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 47
- ) else (
- echo [Verified] output\048\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 52
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 52
- python run_pipeline.py --index 52
- if not exist "output\053\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 52
- ) else (
- echo [Verified] output\053\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 57
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 57
- python run_pipeline.py --index 57
- if not exist "output\058\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 57
- ) else (
- echo [Verified] output\058\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 62
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 62
- python run_pipeline.py --index 62
- if not exist "output\063\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 62
- ) else (
- echo [Verified] output\063\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 67
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 67
- python run_pipeline.py --index 67
- if not exist "output\068\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 67
- ) else (
- echo [Verified] output\068\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 72
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 72
- python run_pipeline.py --index 72
- if not exist "output\073\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 72
- ) else (
- echo [Verified] output\073\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 77
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 77
- python run_pipeline.py --index 77
- if not exist "output\078\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 77
- ) else (
- echo [Verified] output\078\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 82
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 82
- python run_pipeline.py --index 82
- if not exist "output\083\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 82
- ) else (
- echo [Verified] output\083\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 87
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 87
- python run_pipeline.py --index 87
- if not exist "output\088\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 87
- ) else (
- echo [Verified] output\088\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 92
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 92
- python run_pipeline.py --index 92
- if not exist "output\093\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 92
- ) else (
- echo [Verified] output\093\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 97
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 97
- python run_pipeline.py --index 97
- if not exist "output\098\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 97
- ) else (
- echo [Verified] output\098\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo Worker Group 3 finished!
- pause
|