Skip to content

Commit

Permalink
Fix Testflinger attachment path (canonical#201)
Browse files Browse the repository at this point in the history
Use path relative to job directory
  • Loading branch information
farshidtz authored Dec 20, 2024
1 parent a53ec76 commit 7876b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testflinger/nvidia-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_data:

# Copy files from the GH runner to the Testflinger Agent
attachments:
- local: ".github/workflows/testflinger/scripts"
- local: "scripts"
agent: "scripts"

# Run commands on the Testflinger Agent
Expand All @@ -33,4 +33,4 @@ test_data:
$SCRIPTS/wait_for_port.sh $DEVICE_IP 22
# Run the tests
ssh ubuntu@$DEVICE_IP "$(< $SCRIPTS/test.sh)"
ssh ubuntu@$DEVICE_IP "$(< $SCRIPTS/test.sh)"

0 comments on commit 7876b6a

Please sign in to comment.