Skip to content

Commit 2547ded

Browse files
author
Vincent Li
committed
update
1 parent a309055 commit 2547ded

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/ci_child.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,12 @@ jobs:
8282
echo "DOCKER_ARGS=$DOCKER_ARGS"
8383
echo "VOLUME_ARGS=$VOLUME_ARGS"
8484
echo "SHM_SIZE=$SHM_SIZE"
85-
echo
86-
echo "$DOCKER_ARGS $VOLUME_ARGS $SHM_SIZE"
85+
PLATFORM=${{ matrix.platform }}
86+
./daemon.sh \
87+
"${PLATFORM^}" \
88+
Smoke \
89+
${{ matrix.job_env.ENGINE }} \
90+
${{ matrix.job_env.MODEL_LIST }} \
91+
"${DOCKER_ARGS} ${VOLUME_ARGS} ${SHM_SIZE}" \
92+
${{ github.run_id }} \
93+
${{ matrix.job_env.IMAGE }}

0 commit comments

Comments
 (0)