Revision 9f4d5f85f8fa1d2bad440c94bc29851a5b95d33a authored by David Turner on 26 May 2021, 18:23:49 UTC, committed by GitHub on 26 May 2021, 18:23:49 UTC
Includes the full cluster allocation explain output in the assertion
failure message so we can see the state of the world on a failure.

Relates #72849
1 parent 9e52b29
Raw File
generic-gradle-unix.yml
---
- job:
    name: "{job-name}"
    display-name: "{job-display-name}"
    description: "{job-description}"
    workspace: /dev/shm/{job-name}
    builders:
      - inject:
          properties-file: '.ci/java-versions.properties'
          properties-content: |
            JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
            RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA
            JAVA15_HOME=$HOME/.java/openjdk15
      - shell: |
          #!/usr/local/bin/runbld --redirect-stderr
          $WORKSPACE/.ci/scripts/run-gradle.sh {gradle-args}
back to top