Skip to content

Commit 51018d4

Browse files
committed
Add skipping of http-client-benchmarks in validate-brazil-config.yml
1 parent f766caf commit 51018d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspecs/validate-brazil-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ phases:
99
build:
1010
commands:
1111
- mvn clean install -P quick -T0.4C
12-
- mvn exec:exec -Dexec.executable=pwd -pl !:aws-sdk-java-pom,!:sdk-benchmarks,!:module-path-tests -q 2>&1 > modules.txt
12+
- mvn exec:exec -Dexec.executable=pwd -pl !:aws-sdk-java-pom,!:sdk-benchmarks,!:http-client-benchmarks,!:module-path-tests -q 2>&1 > modules.txt
1313
- mvn dependency:list -DexcludeTransitive=true -DincludeScope=runtime 2>&1 > deps.txt
1414
- scripts/validate-brazil-config modules.txt deps.txt

0 commit comments

Comments
 (0)