Skip to content

Commit 925a668

Browse files
committedOct 5, 2021
Merge remote-tracking branch 'upstream/master' into ibm
2 parents 33e66a5 + 2d1defb commit 925a668

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎pipelines/jobs/configurations/jdk17u_pipeline_config.groovy

+4-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,10 @@ class Config17 {
256256
arch : 'riscv64',
257257
configureArgs : '--enable-dtrace --with-native-debug-symbols=none',
258258
buildArgs : '-r https://github.com/openjdk/jdk-sandbox -b riscv-port-branch --custom-cacerts false --disable-adopt-branch-safety',
259-
test : 'default'
259+
test : [
260+
nightly: ['sanity.openjdk'],
261+
weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf']
262+
]
260263
]
261264

262265
]

0 commit comments

Comments
 (0)