Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed May 14, 2024
1 parent ba4a4c9 commit bd89984
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,8 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plain-credentials</artifactId>
<version>179.vc5cb_98f6db_38</version>
<!-- TODO https://github.com/jenkinsci/plain-credentials-plugin/pull/70 -->
<version>182.vedb_8a_2921672</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
3 changes: 3 additions & 0 deletions excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ org.jenkinsci.plugins.durabletask.BourneShellScriptTest

# TODO tends to run out of memory
org.jenkinsci.plugins.pipeline.modeldefinition.TriggersTest

# TODO https://github.com/jenkinsci/jenkins/pull/9202#issuecomment-2108608654
org.jenkinsci.plugins.workflow.job.WorkflowJobTest#disabled
6 changes: 3 additions & 3 deletions pct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ if [[ -n ${EXTRA_MAVEN_PROPERTIES-} ]]; then
PCT_D_ARGS+="-D${prop} "
done
fi
if ! [[ $PLUGINS =~ blueocean || $PLUGINS =~ pipeline-maven ]]; then
if ! [[ $PLUGINS =~ blueocean || $PLUGINS =~ lockable-resources || $PLUGINS =~ pipeline-maven ]]; then
#
# The Blue Ocean and Pipeline Maven Integration test suites use a lot of
# memory and cannot handle parallelism.
# The Blue Ocean, Lockable Resources, and Pipeline Maven Integration
# test suites use a lot of memory and cannot handle parallelism.
#
PCT_D_ARGS+='-DforkCount=.75C '
fi
Expand Down
3 changes: 2 additions & 1 deletion sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<bom>weekly</bom>
<jenkins.version>2.457</jenkins.version>
<!-- TODO https://github.com/jenkinsci/jenkins/pull/9259 -->
<jenkins.version>2.458-rc34931.a_8957a_a_7c311</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit bd89984

Please sign in to comment.