Skip to content

Commit 2d18a41

Browse files
authored
Update build specs to specify cache paths (#6325)
* Add cache in buildspecs of migration-test and stability-test * Add cache in buildprops for V2 Release codebuilds
1 parent d93d373 commit 2d18a41

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

buildspecs/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: 0.2
2+
cache:
3+
paths:
4+
- '/root/.m2/**/*'
25

36
phases:
47
install:

buildspecs/endpoints-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: 0.2
2+
cache:
3+
paths:
4+
- '/root/.m2/**/*'
25

36
phases:
47
install:

buildspecs/integ-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: 0.2
2+
cache:
3+
paths:
4+
- '/root/.m2/**/*'
25

36
phases:
47
install:

buildspecs/s3-regression-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: 0.2
2+
cache:
3+
paths:
4+
- '/root/.m2/**/*'
25

36
phases:
47
build:

0 commit comments

Comments
 (0)