Skip to content

Commit 2d1defb

Browse files
authored
Only run sanity.openjdk on RISC-V nightly builds (#200)
Signed-off-by: Stewart X Addison <[email protected]>
1 parent df113be commit 2d1defb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pipelines/jobs/configurations/jdk11u_pipeline_config.groovy

+4-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,10 @@ class Config11 {
146146
"openj9" : '--disable-ddr --openjdk-target=riscv64-unknown-linux-gnu --with-sysroot=/opt/fedora28_riscv_root',
147147
"bisheng" : '--openjdk-target=riscv64-unknown-linux-gnu --with-sysroot=/opt/fedora28_riscv_root --with-jvm-features=shenandoahgc'
148148
],
149-
test : 'default'
149+
test : [
150+
nightly: ['sanity.openjdk'],
151+
weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf']
152+
]
150153
]
151154
]
152155

pipelines/jobs/configurations/jdk17u_pipeline_config.groovy

+4-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ class Config17 {
126126
arch : 'riscv64',
127127
configureArgs : '--enable-dtrace --with-native-debug-symbols=none',
128128
buildArgs : '-r https://github.com/openjdk/jdk-sandbox -b riscv-port-branch --custom-cacerts false --disable-adopt-branch-safety',
129-
test : 'default'
129+
test : [
130+
nightly: ['sanity.openjdk'],
131+
weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf']
132+
]
130133
]
131134

132135
]

0 commit comments

Comments
 (0)