Skip to content

Commit 02199af

Browse files
chore(ci): fail fast when integration tests fail (#3279)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 6b36e67 commit 02199af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
- run:
383383
command: |
384384
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'
386386
387387
integration_agent:
388388
<<: *machine_executor
@@ -397,7 +397,7 @@ jobs:
397397
- run:
398398
command: |
399399
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'
401401
402402
integration_testagent:
403403
<<: *machine_executor
@@ -414,7 +414,7 @@ jobs:
414414
DD_TRACE_AGENT_URL: http://localhost:9126
415415
command: |
416416
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'
418418
419419
vendor:
420420
<<: *contrib_job_small

0 commit comments

Comments
 (0)