Skip to content

Commit da66113

Browse files
committed
Bump workflow os version
Signed-off-by: stas.bucik <[email protected]>
1 parent c4a88f1 commit da66113

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: ./.github/workflows/test_child.yml
5555
with:
5656
flavor: "vanilla"
57-
luxonis_os_versions_to_test: "['1.14.1', '1.18.3', '1.20.5']"
57+
luxonis_os_versions_to_test: "['1.14.1', '1.18.3', 'dai-fsync-testing_11+143249837bb054e85fdace6ab00952db1cc84720']"
5858
luxonis_os_versions_to_test_rgb: "['1.20.5']"
5959
secrets:
6060
CONTAINER_REGISTRY: ${{ secrets.CONTAINER_REGISTRY }}
@@ -66,7 +66,7 @@ jobs:
6666
uses: ./.github/workflows/test_child.yml
6767
with:
6868
flavor: "tsan"
69-
luxonis_os_versions_to_test: "['1.20.5']"
69+
luxonis_os_versions_to_test: "['dai-fsync-testing_11+143249837bb054e85fdace6ab00952db1cc84720']"
7070
secrets:
7171
CONTAINER_REGISTRY: ${{ secrets.CONTAINER_REGISTRY }}
7272
HIL_PAT_TOKEN: ${{ secrets.HIL_PAT_TOKEN }}
@@ -77,7 +77,7 @@ jobs:
7777
uses: ./.github/workflows/test_child.yml
7878
with:
7979
flavor: "asan-ubsan"
80-
luxonis_os_versions_to_test: "['1.20.5']"
80+
luxonis_os_versions_to_test: "['dai-fsync-testing_11+143249837bb054e85fdace6ab00952db1cc84720']"
8181
secrets:
8282
CONTAINER_REGISTRY: ${{ secrets.CONTAINER_REGISTRY }}
8383
HIL_PAT_TOKEN: ${{ secrets.HIL_PAT_TOKEN }}
@@ -87,7 +87,7 @@ jobs:
8787
if: needs.precheck.outputs.should_run == 'true'
8888
uses: ./.github/workflows/test_child_windows.yml
8989
with:
90-
luxonis_os_versions_to_test: "['1.20.5']"
90+
luxonis_os_versions_to_test: "['dai-fsync-testing_11+143249837bb054e85fdace6ab00952db1cc84720]"
9191
secrets:
9292
CONTAINER_REGISTRY: ${{ secrets.CONTAINER_REGISTRY }}
9393
HIL_PAT_TOKEN: ${{ secrets.HIL_PAT_TOKEN }}

0 commit comments

Comments
 (0)