Update src/ci_dispatcher.py
Browse files- src/ci_dispatcher.py +2 -2
src/ci_dispatcher.py
CHANGED
|
@@ -38,8 +38,8 @@ logger = logging.getLogger(__name__)
|
|
| 38 |
_AZP_ORG = "lpot-inc"
|
| 39 |
_AZP_PROJECT = "lb_eval"
|
| 40 |
_AZP_PIPELINE_ID = 78
|
| 41 |
-
|
| 42 |
-
_AZP_BRANCH = "refactor_autoquant"
|
| 43 |
|
| 44 |
|
| 45 |
# Statuses that count towards active concurrency slots
|
|
|
|
| 38 |
_AZP_ORG = "lpot-inc"
|
| 39 |
_AZP_PROJECT = "lb_eval"
|
| 40 |
_AZP_PIPELINE_ID = 78
|
| 41 |
+
_AZP_BRANCH = "main"
|
| 42 |
+
# _AZP_BRANCH = "refactor_autoquant"
|
| 43 |
|
| 44 |
|
| 45 |
# Statuses that count towards active concurrency slots
|