Skip to content
Snippets Groups Projects
Commit 951c0bca authored by Chase Qi's avatar Chase Qi
Browse files

ci: fix ltp test job submission


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent e9e63019
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
sed "s/@image_basename@/$image_basename/" job_def.yaml | tee lava_jobs/"${image_basename}".yaml sed "s/@image_basename@/$image_basename/" job_def.yaml | tee lava_jobs/"${image_basename}".yaml
done done
# Generate job definitions for linux LTP test. # Generate job definitions for linux LTP test.
elif grep -q "\$TST_CMDFILES" job_def.yaml; then elif grep -q "@TST_CMDFILES@" job_def.yaml; then
for test_cmdfile in ${LTP_TST_CMDFILES}; do for test_cmdfile in ${LTP_TST_CMDFILES}; do
ltp_job_name="ltp-${test_cmdfile}.yaml" ltp_job_name="ltp-${test_cmdfile}.yaml"
echo "--- Generating lava job definition ${ltp_job_name} ---" echo "--- Generating lava job definition ${ltp_job_name} ---"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment