Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Bug 499777: Exclude flaky and slow tests from gerrit and main build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jan 16, 2021
1 parent 5041cbe commit 93fbcee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/pipelines/cdt/cdt-master.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pipeline {
sh "/usr/share/maven/bin/mvn \
clean verify -B -V \
-Dmaven.test.failure.ignore=true \
-DexcludedGroups=flakyTest,slowTest \
-P baseline-compare-and-replace \
-Ddsf.gdb.tests.timeout.multiplier=50 \
-Dindexer.timeout=300 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pipeline {
sh "/usr/share/maven/bin/mvn \
clean verify -B -V \
-Dmaven.test.failure.ignore=true \
-DexcludedGroups=flakyTest,slowTest \
-P skip-tests-except-cdt-other \
-DskipDoc=true \
-Ddsf.gdb.tests.timeout.multiplier=50 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pipeline {
sh "/usr/share/maven/bin/mvn \
clean verify -B -V \
-Dmaven.test.failure.ignore=true \
-DexcludedGroups=flakyTest,slowTest \
-P build-standalone-debugger-rcp \
-P skip-tests-except-cdt-ui \
-DskipDoc=true \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pipeline {
sh "/usr/share/maven/bin/mvn \
clean verify -B -V \
-Dmaven.test.failure.ignore=true \
-DexcludedGroups=flakyTest,slowTest \
-P skip-tests-except-dsf-gdb \
-DskipDoc=true \
-Ddsf.gdb.tests.timeout.multiplier=50 \
Expand Down

0 comments on commit 93fbcee

Please sign in to comment.