Skip to content

Commit

Permalink
Merge branch 'master' into refactor_signing
Browse files Browse the repository at this point in the history
  • Loading branch information
sxa authored Oct 31, 2024
2 parents 951fd04 + 13618dc commit 179ff40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# This is a templated file from https://github.com/adoptium/.eclipsefdn/tree/main/otterdog/policies/require_dependabot_auto_merge.yml
name: Dependabot auto-merge
on: pull_request_target

permissions:
contents: write
pull-requests: write
permissions: read-all

jobs:
dependabot:
permissions:
contents: write
pull-requests: write
uses: adoptium/.github/.github/workflows/dependabot-auto-merge.yml@main
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,7 @@ def buildScriptsAssemble(
}
if ( !(buildConfig.JAVA_TO_BUILD == 'jdk8u' && platform == 's390x_linux') ) {
context.echo "openjdk_build_pipeline: Remote trigger Eclipse Temurin AQA_Test_Pipeline job with ${platform} ${buildConfig.JAVA_TO_BUILD}"
def remoteTargets = remoteTriggerJckTests(platform, filename)
def remoteTargets = remoteTriggerJckTests(platform, filename)
context.parallel remoteTargets
}
}
Expand Down

0 comments on commit 179ff40

Please sign in to comment.