Skip to content

Commit b0c3193

Browse files
authored
Add cache in buildspecs of migration-test and stability-test (#6319)
1 parent b532117 commit b0c3193

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

buildspecs/migration-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/stability-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:

0 commit comments

Comments
 (0)