Skip to content

Commit 4e272fa

Browse files
authored
Merge pull request #1808 from aws/dongie/release-fix
Fix release
2 parents 5c376d8 + f95d814 commit 4e272fa

File tree

4 files changed

+4
-36
lines changed

4 files changed

+4
-36
lines changed

buildspecs/build.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,4 @@ phases:
1515
cd test/module-path-tests
1616
mvn package
1717
mvn exec:exec -P mock-tests
18-
fi
19-
# Codebuild doesn't have good support for mixed formats within the same
20-
# directory tree so just excluding these for now. Only the TCK tests are
21-
# based on TestNG.
22-
- find ./ -name testng-native-results -prune -type d -exec rm -r {} \;
23-
- find ./ -name testng-junit-results -prune -type d -exec rm -r {} \;
24-
25-
reports:
26-
UnitTests:
27-
files:
28-
- '**/*'
29-
base-directory: '**/*/target/surefire-reports' # Location of the reports
18+
fi

buildspecs/integ-test.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,4 @@ phases:
2323
cd test/module-path-tests
2424
mvn package
2525
mvn exec:exec -P integ-tests
26-
fi
27-
# Codebuild doesn't have good support for mixed formats within the same
28-
# directory tree so just excluding these for now. Only the TCK tests are
29-
# based on TestNG.
30-
- find ./ -name testng-native-results -prune -type d -exec rm -r {} \;
31-
- find ./ -name testng-junit-results -prune -type d -exec rm -r {} \;
32-
33-
reports:
34-
IntegTests:
35-
files:
36-
- '**/*'
37-
base-directory: '**/*/target/surefire-reports' # Location of the reports
26+
fi

buildspecs/stability-test.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,4 @@ phases:
77

88
build:
99
commands:
10-
- mvn clean install -P stability-tests -pl :stability-tests --am
11-
# Codebuild doesn't have good support for mixed formats within the same
12-
# directory tree so just excluding these for now. Only the TCK tests are
13-
# based on TestNG.
14-
- find ./ -name testng-native-results -prune -type d -exec rm -r {} \;
15-
- find ./ -name testng-junit-results -prune -type d -exec rm -r {} \;
16-
17-
reports:
18-
StabilityTests:
19-
files:
20-
- '**/*'
21-
base-directory: '**/*/target/surefire-reports' # Location of the reports
10+
- mvn clean install -P stability-tests -pl :stability-tests --am

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@
524524
<exclude>software.amazon.awssdk.thirdparty.*</exclude>
525525
<exclude>software.amazon.awssdk.services.s3.checksums.ChecksumCalculatingAsyncRequestBody</exclude>
526526
<exclude>software.amazon.awssdk.protocols.core.OperationInfo</exclude>
527+
<exclude>software.amazon.awssdk.services.connect.*</exclude>
527528
</excludes>
528529

529530
<excludeModules>

0 commit comments

Comments
 (0)