Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 672 for France (0.52 seconds)

  1. .ci/jobs.t/elastic+elasticsearch+multijob+packaging-tests-upgrade.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+multijob+packaging-tests-upgrade
        display-name: "elastic / elasticsearch # %BRANCH% - packaging upgrade tests"
        description: "Testing of the Elasticsearch %BRANCH% branch packaging test upgrade support matrix.\n"
        project-type: matrix
        node: master
        scm:
          - git:
              wipe-workspace: false
        axes:
          - axis:
              type: label-expression
              name: os
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue May 25 23:43:40 GMT 2021
    - 1.1K bytes
    - Click Count (0)
  2. .teamcity/src/main/kotlin/common/VersionedSettingsBranch.kt

            private const val RELEASE_BRANCH = "release"
    
            private const val EXPERIMENTAL_BRANCH = "xperimental"
    
            // master branch of gradle/gradle-promote
            private const val GRADLE_PROMOTE_MASTER_VCS_ROOT_ID = "Gradle_GradlePromoteMaster"
    
            // experimental branch of gradle/gradle-promote
            private const val GRADLE_PROMOTE_EXPERIMENTAL_VCS_ROOT_ID = "Gradle_GradlePromoteExperimental"
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Dec 29 08:57:18 GMT 2025
    - 2.5K bytes
    - Click Count (0)
  3. .ci/jobs.t/elastic+elasticsearch+multijob+packaging-tests-unix.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+multijob+packaging-tests-unix
        display-name: "elastic / elasticsearch # %BRANCH% - unix packaging tests"
        description: "Testing of the Elasticsearch %BRANCH% branch unix packaging test support matrix.\n"
        project-type: matrix
        node: master
        scm:
          - git:
              wipe-workspace: false
        axes:
          - axis:
              type: label-expression
              name: os
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Sep 14 17:35:45 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  4. .github/workflows/update-perf-test-buckets.yml

          - name: Create Pull Request
            uses: peter-evans/create-pull-request@v8
            with:
              commit-message: Update performance test durations
              branch: bot-update-performance-test-durations
              branch-suffix: timestamp
              delete-branch: true
              title: 'Update performance test durations'
              signoff: true
              sign-commits: true
              labels: |
                in:building-gradle
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Mar 24 22:05:21 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  5. .ci/packer_cache.sh

      export JAVA15_HOME="${HOME}"/.java/openjdk15
    
      ## 6.8 branch is not referenced from any bwc project in master so we need to
      ## resolve its dependencies explicitly
      rm -rf checkout/6.8
      git clone --reference $(dirname "${SCRIPT}")/../.git https://github.com/elastic/elasticsearch.git --branch 6.8 --single-branch checkout/6.8
      export JAVA_HOME="${JAVA11_HOME}"
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 14 16:16:36 GMT 2021
    - 1.9K bytes
    - Click Count (0)
  6. .teamcity/scripts/CheckBadMerge.java

     *
     * When merging `releaseX` branch into `master`, we should only use the release note from the `master` branch,
     * but sometimes changes on release notes.md was brought to master and merged unnoticed,
     * e.g https://github.com/gradle/gradle/pull/25825
     *
     * This script is to check if there is any merge commit that brings changes from release branch to master.
     *
     * Usage (Java 11+ single-file source execution):
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 30 16:25:09 GMT 2026
    - 9K bytes
    - Click Count (0)
  7. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcVersions.java

     * </dl>
     *
     * <ul>
     * <li>the unreleased <b>major</b>, M+1.0.0 on the `master` branch</li>
     * <li>the unreleased <b>minor</b>,  M.N.0 on the `M.x` (x is literal) branch</li>
     * <li>the unreleased <b>bugfix</b>, M.N.c (c &gt; 0) on the `M.N` branch</li>
     * <li>the unreleased <b>maintenance</b>, M-1.d.e ( d &gt; 0, e &gt; 0) on the `(M-1).d` branch</li>
     * </ul>
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 16.8K bytes
    - Click Count (0)
  8. .ci/jobs.t/elastic+elasticsearch+multijob+platform-support-darwin.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-darwin
        display-name: "elastic / elasticsearch # %BRANCH% - darwin compatibility"
        description: "Elasticsearch %BRANCH% MacOS compatibility testing.\n"
        node: "macosx && x86_64"
        builders:
          - inject:
              properties-file: '.ci/java-versions.properties'
              properties-content: |
                JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue May 25 23:43:40 GMT 2021
    - 687 bytes
    - Click Count (0)
  9. cmd/leak-detect_test.go

    		relevantRoutines: make(map[string]bool),
    	}
    	for _, g := range pickRelevantGoroutines() {
    		snapshot.relevantRoutines[g] = true
    	}
    	return snapshot
    }
    
    // CompareCurrentSnapshot - Compares the initial relevant stack trace with the current one (during the time of invocation).
    func (initialSnapShot LeakDetect) CompareCurrentSnapshot() []string {
    	var stackDiff []string
    	for _, g := range pickRelevantGoroutines() {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 5.2K bytes
    - Click Count (0)
  10. .ci/jobs.t/elastic+elasticsearch+periodic+bwc-trigger.yml

    ---
    jjbb-template: periodic-trigger-lgc.yml
    vars:
      - periodic-job: elastic+elasticsearch+%BRANCH%+periodic+bwc
      - lgc-job: elastic+elasticsearch+%BRANCH%+intake
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 187 bytes
    - Click Count (0)
Back to Top