Skip to content

Commit 5cda0eb

Browse files
joaopapereiraa-b
authored andcommitted
Lower number of tests running using client credentials to avoid flakes
Signed-off-by: João Pereira <[email protected]>
1 parent 949cf6c commit 5cda0eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests-integration-reusable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@ jobs:
251251
cf api ${CF_INT_API} --skip-ssl-validation
252252
cf auth
253253
254-
make integration-tests-full-ci
254+
make integration-tests-ci-client-creds

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ integration-selfcontained: build install-test-deps
132132

133133
integration-tests: build integration-cleanup integration-isolated integration-push integration-global integration-selfcontained ## Run all isolated, push, selfcontained, and global integration tests
134134

135+
integration-tests-ci-client-creds: build integration-cleanup integration-push integration-global integration-selfcontained
135136

136137
i: integration-tests-full
137138
integration-full-tests: integration-tests-full

0 commit comments

Comments
 (0)