Skip to content

Commit f3b26ec

Browse files
committed
[ferries] Run datakit smoke at production priority
Match the canary ferry pattern so the daily smoke run schedules ahead of researcher jobs and is not preempted, keeping the lane representative of intended hardware availability.
1 parent b589918 commit f3b26ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/marin-datakit-smoke.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
JOB_ID=$(.venv/bin/iris --config=${{ env.IRIS_CONFIG }} \
7070
job run --no-wait \
7171
--memory=2G --disk=4G --cpu=1 --extra=cpu \
72+
--priority production \
7273
-e SMOKE_RUN_ID "$SMOKE_RUN_ID" \
7374
-e FERRY_STATUS_PATH "$FERRY_STATUS_PATH" \
7475
-e WANDB_ENTITY "$WANDB_ENTITY" \

0 commit comments

Comments
 (0)