File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ jobs:
382
382
- run :
383
383
command : |
384
384
mv .riot .ddriot
385
- ./scripts/ddtest riot -v run --pass-env -s 'integration-v5'
385
+ ./scripts/ddtest riot -v run --pass-env --exit-first - s 'integration-v5'
386
386
387
387
integration_agent :
388
388
<< : *machine_executor
@@ -397,7 +397,7 @@ jobs:
397
397
- run :
398
398
command : |
399
399
mv .riot .ddriot
400
- ./scripts/ddtest riot -v run --pass-env -s 'integration-latest'
400
+ ./scripts/ddtest riot -v run --pass-env --exit-first - s 'integration-latest'
401
401
402
402
integration_testagent :
403
403
<< : *machine_executor
@@ -414,7 +414,7 @@ jobs:
414
414
DD_TRACE_AGENT_URL : http://localhost:9126
415
415
command : |
416
416
mv .riot .ddriot
417
- ./scripts/ddtest riot -v run --pass-env -s 'integration-snapshot'
417
+ ./scripts/ddtest riot -v run --pass-env --exit-first - s 'integration-snapshot'
418
418
419
419
vendor :
420
420
<< : *contrib_job_small
You can’t perform that action at this time.
0 commit comments