Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSL support and update clients #18

Merged
merged 12 commits into from
Nov 7, 2023

Replace adapter method by the actual value as this method was introdu…

9836f98
Select commit
Failed to load commit list.
Merged

Add SSL support and update clients #18

Replace adapter method by the actual value as this method was introdu…
9836f98
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 6, 2023 in 15m 38s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #18 [WIP] Add SSL support and update clients.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has eight jobs, running in parallel.

Stage 1: Test

This stage passed.

Job ENV OS State
189.1 DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x Linux passed
189.2 DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x SECURE_INTEGRATION=true Linux passed
189.3 DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x SNAPSHOT=true Linux passed
189.4 DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x SNAPSHOT=true SECURE_INTEGRATION=true Linux passed
189.5 DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x Linux passed
189.6 DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x SECURE_INTEGRATION=true Linux passed
189.7 DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x SNAPSHOT=true Linux passed
189.8 DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x SNAPSHOT=true SECURE_INTEGRATION=true Linux passed

Build Configuration

Build Option Setting
Language Shell
Operating System Linux (Focal)
Build Configuration
{
  "_performance": {
    "install": ".ci/performance/docker-setup.sh",
    "script": ".ci/performance/docker-run.sh"
  },
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "jobs={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"7.x\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"7.x\", :SECURE_INTEGRATION=>\"true\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"7.x\", :SNAPSHOT=>\"true\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"7.x\", :SNAPSHOT=>\"true\", :SECURE_INTEGRATION=>\"true\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"8.x\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"8.x\", :SECURE_INTEGRATION=>\"true\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"8.x\", :SNAPSHOT=>\"true\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"8.x\", :SNAPSHOT=>\"true\", :SECURE_INTEGRATION=>\"true\"}"
  ],
  "stages": [
    {
      "name": "Test"
    },
    {
      "name": "Performance",
      "if": "env(HAS_PERFORMANCE_TESTS) == \"1\""
    }
  ],
  "jobs": {
    "include": [
      {
        "stage": "Performance",
        "name": "Performance Base-Line",
        "install": [
          ".ci/performance/docker-setup.sh"
        ],
        "script": [
          ".ci/performance/docker-run.sh"
        ],
        "env": [
          {
            "ELASTIC_STACK_VERSION": "7.x"
          }
        ]
      },
      {
        "install": [
          ".ci/performance/docker-setup.sh"
        ],
        "script": [
          ".ci/performance/docker-run.sh"
        ],
        "env": [
          {
            "ELASTIC_STACK_VERSION": "8.x",
            "DOCKER_ENV": "dockerjdk17.env"
          }
        ]
      },
      {
        "install": [
          ".ci/performance/docker-setup.sh"
        ],
        "script": [
          ".ci/performance/docker-run.sh"
        ],
        "env": [
          {
            "SNAPSHOT": "true",
            "ELASTIC_STACK_VERSION": "8.x",
            "DOCKER_ENV": "dockerjdk17.env"
          }
        ]
      }
    ]
  },
  "before_install": [
    "mkdir -p .ci && curl -sL https://github.com/logstash-plugins/.ci/archive/1.x.tar.gz | tar zxvf - --skip-old-files --strip-components=1 -C .ci --wildcards \"*Dockerfile*\" \"*docker*\" \"*.sh\""
  ],
  "install": [
    ".ci/docker-setup.sh"
  ],
  "script": [
    ".ci/docker-run.sh"
  ]
}