Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ephemeral (0.04 sec)

  1. .ci/init.gradle

        .read("secret/elasticsearch-ci/gradle-build-cache")
        .getData()
      gradle.settingsEvaluated { settings ->
        settings.buildCache {
          local {
            // Disable the local build cache in CI since we use ephemeral workers and it incurs an IO penalty
            enabled = false
          }
          remote(HttpBuildCache) {
            url = buildCacheUrl
            push = buildCachePush
            credentials {
    Registered: Sun Dec 21 06:47:06 UTC 2025
    - Last Modified: Wed Nov 13 10:14:04 UTC 2019
    - 3K bytes
    - Viewed (0)
Back to top