Skip to content

Commit

Permalink
Stop building client VM on Windows for 15, 16 (adoptium#2062)
Browse files Browse the repository at this point in the history
* Stop building client VM on Windows for 15, 16

* Remove default arguments
  • Loading branch information
aahlenst authored and Morgan Davies committed Sep 11, 2020
1 parent 74ec699 commit f830414
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk15u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ class Config15 {
additionalNodeLabels: [
hotspot: 'win2012&&vs2017'
],
buildArgs : [
hotspot : '--jvm-variant client,server'
],
test : ['sanity.openjdk', 'sanity.perf', 'sanity.system', 'extended.system']
],

Expand Down
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk16_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ class Config16 {
additionalNodeLabels: [
hotspot: 'win2012&&vs2017'
],
buildArgs : [
hotspot : '--jvm-variant client,server'
],
test : [
nightly: false,
release: ['sanity.openjdk', 'sanity.perf', 'sanity.system', 'extended.system']
Expand Down

0 comments on commit f830414

Please sign in to comment.