Skip to content

Commit

Permalink
Chore: change trigger regression command (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: DhruvJ225 <[email protected]>
  • Loading branch information
DhruvJ225 authored Jun 25, 2024
1 parent be8b5cf commit 25ac432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/triggerRegression.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def call(){
set +e
ssh -o UserKnownHostsFile=/dev/null \
-o StrictHostKeyChecking=no \
${TEST_USER}@${TEST_HOST} \"runDentCi -testSuite fullRegression -builds ${AMD_ARTIFACT_URL} ${ARM_ARTIFACT_URL} -testName jenkinsCI_${RUN_NAME}\"
${TEST_USER}@${TEST_HOST} \"runDentCi -testSuite hw/sit/fullRegression -builds ${AMD_ARTIFACT_URL} ${ARM_ARTIFACT_URL} -testName jenkinsCI_${RUN_NAME}\"
set -e
"""
// Know the report path
Expand Down

0 comments on commit 25ac432

Please sign in to comment.