Skip to content

Commit a963fc4

Browse files
committed
fix: enable mount for python-agent CI test to exercise hostfs output
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 26fcda7 commit a963fc4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
memory: "1Gi"
220220
args: "-- /agent.py"
221221
expect: "done\\."
222+
needs_mount: true
222223
- example: python-agent-driver
223224
memory: "2Gi"
224225
args: ""
@@ -555,6 +556,7 @@ jobs:
555556
memory: "1Gi"
556557
args: "-- /agent.py"
557558
expect: "done\\."
559+
needs_mount: true
558560
- example: python-agent-driver
559561
memory: "2Gi"
560562
args: ""

0 commit comments

Comments
 (0)