Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into ibm
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBrousseau committed Oct 5, 2021
2 parents 33e66a5 + 2d1defb commit 925a668
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,10 @@ class Config17 {
arch : 'riscv64',
configureArgs : '--enable-dtrace --with-native-debug-symbols=none',
buildArgs : '-r https://github.com/openjdk/jdk-sandbox -b riscv-port-branch --custom-cacerts false --disable-adopt-branch-safety',
test : 'default'
test : [
nightly: ['sanity.openjdk'],
weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf']
]
]

]
Expand Down

0 comments on commit 925a668

Please sign in to comment.