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

Adding custom header support (#188) #190

Merged
merged 3 commits into from
Jan 29, 2025

Put back normalize mixin dependency.

d72f5a8
Select commit
Loading
Failed to load commit list.
Merged

Adding custom header support (#188) #190

Put back normalize mixin dependency.
d72f5a8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 29, 2025 in 19m 34s

Build Passed

The build passed. This is a change from the previous build, which errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #190 Adding custom header support (#188).
Any changes that have been made to the 3.x branch before the build ran are also included.

Jobs and Stages

This build has 20 jobs, running in three sequential stages.

Stage 1: Test

This stage passed.

Job ENV OS State
673.1 ELASTIC_STACK_VERSION=8.previous DOCKER_ENV=dockerjdk21.env Linux passed
673.2 ELASTIC_STACK_VERSION=8.current DOCKER_ENV=dockerjdk21.env Linux passed
673.3 ELASTIC_STACK_VERSION=7.current Linux passed
673.4 SNAPSHOT=true ELASTIC_STACK_VERSION=main DOCKER_ENV=dockerjdk21.env Linux passed
673.5 SNAPSHOT=true ELASTIC_STACK_VERSION=8.future DOCKER_ENV=dockerjdk21.env Linux passed
673.6 SNAPSHOT=true ELASTIC_STACK_VERSION=8.next DOCKER_ENV=dockerjdk21.env Linux passed
673.7 SNAPSHOT=true ELASTIC_STACK_VERSION=8.current DOCKER_ENV=dockerjdk21.env Linux passed
673.8 SNAPSHOT=true ELASTIC_STACK_VERSION=8.previous DOCKER_ENV=dockerjdk21.env Linux passed
673.9 SNAPSHOT=true ELASTIC_STACK_VERSION=7.current Linux passed

Stage 2: Integration Tests

This stage passed.

Job ENV OS State
673.10 INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=7.current Linux passed
673.11 INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.previous Linux passed
673.12 INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.current Linux passed
673.13 INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.next Linux passed
673.14 INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.future Linux passed
673.15 INTEGRATION=true SNAPSHOT=true ELASTIC_PASSWORD=password ELASTIC_SECURITY_ENABLED=true LOG_LEVEL=info ELASTIC_STACK_VERSION=7.current Linux passed
673.16 INTEGRATION=true SNAPSHOT=true ELASTIC_PASSWORD=password ELASTIC_SECURITY_ENABLED=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.current Linux passed

Stage 3: Secure Integration Tests

This stage passed.

Job ENV OS State
673.17 SECURE_INTEGRATION=true INTEGRATION=true LOG_LEVEL=info ELASTIC_PASSWORD=password ELASTIC_SECURITY_ENABLED=true ELASTIC_STACK_VERSION=8.current SNAPSHOT=true Linux passed
673.18 SECURE_INTEGRATION=true INTEGRATION=true LOG_LEVEL=info ELASTIC_PASSWORD=password ELASTIC_SECURITY_ENABLED=true ELASTIC_STACK_VERSION=7.current Linux passed
673.19 SECURE_INTEGRATION=true INTEGRATION=true LOG_LEVEL=info ELASTIC_PASSWORD=password ELASTIC_SECURITY_ENABLED=true ELASTIC_STACK_VERSION=7.current ES_SSL_KEY_INVALID=true Linux passed
673.20 SECURE_INTEGRATION=true INTEGRATION=true LOG_LEVEL=info ELASTIC_PASSWORD=password ELASTIC_SECURITY_ENABLED=true ELASTIC_STACK_VERSION=7.current ES_SSL_SUPPORTED_PROTOCOLS=TLSv1.3 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",
  "jobs": {
    "include": [
      {
        "stage": "Integration Tests",
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_STACK_VERSION": "7.current"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_STACK_VERSION": "8.previous"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_STACK_VERSION": "8.current"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_STACK_VERSION": "8.next"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_STACK_VERSION": "8.future"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "ELASTIC_PASSWORD": "password",
            "ELASTIC_SECURITY_ENABLED": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_STACK_VERSION": "7.current"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "ELASTIC_PASSWORD": "password",
            "ELASTIC_SECURITY_ENABLED": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_STACK_VERSION": "8.current"
          }
        ]
      },
      {
        "stage": "Secure Integration Tests",
        "env": [
          {
            "SECURE_INTEGRATION": "true",
            "INTEGRATION": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_PASSWORD": "password",
            "ELASTIC_SECURITY_ENABLED": "true",
            "ELASTIC_STACK_VERSION": "8.current",
            "SNAPSHOT": "true"
          }
        ]
      },
      {
        "env": [
          {
            "SECURE_INTEGRATION": "true",
            "INTEGRATION": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_PASSWORD": "password",
            "ELASTIC_SECURITY_ENABLED": "true",
            "ELASTIC_STACK_VERSION": "7.current"
          }
        ]
      },
      {
        "env": [
          {
            "SECURE_INTEGRATION": "true",
            "INTEGRATION": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_PASSWORD": "password",
            "ELASTIC_SECURITY_ENABLED": "true",
            "ELASTIC_STACK_VERSION": "7.current",
            "ES_SSL_KEY_INVALID": "true"
          }
        ]
      },
      {
        "env": [
          {
            "SECURE_INTEGRATION": "true",
            "INTEGRATION": "true",
            "LOG_LEVEL": "info",
            "ELASTIC_PASSWORD": "password",
            "ELASTIC_SECURITY_ENABLED": "true",
            "ELASTIC_STACK_VERSION": "7.current",
            "ES_SSL_SUPPORTED_PROTOCOLS": "TLSv1.3"
          }
        ]
      }
    ]
  },
  "stages": [
    {
      "name": "Test"
    },
    {
      "name": "Performance",
      "if": "env(HAS_PERFORMANCE_TESTS) == \"1\""
    }
  ],
  "env": [
    "jobs={:ELASTIC_STACK_VERSION=>\"8.previous\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:ELASTIC_STACK_VERSION=>\"8.current\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:ELASTIC_STACK_VERSION=>\"7.current\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"main\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.future\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.next\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.current\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.previous\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"7.current\"}"
  ],
  "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;\nexit_code=$?;\ncase $exit_code in\n  0)\n    echo \"Install succeeded.\"\n    ;;\n  1)\n    echo \"Failed to pull logstash-${ELASTIC_STACK_VERSION}. Likely due to missing DRA build.\"\n    export SKIP_SCRIPT=true\n    ;;\n  2)\n    echo \"Failed to pull logstash-${ELASTIC_STACK_VERSION}. The image should exist. Aborting build.\"\n    exit $exit_code\n    ;;\n  *)\n    echo \"Install failed with an unexpected code: $exit_code. Stopping build.\"\n    exit $exit_code\n    ;;\nesac\n"
  ],
  "script": [
    "if [ \"$SKIP_SCRIPT\" = \"true\" ]; then\n  exit 0\nelse\n  .ci/docker-run.sh\nfi"
  ]
}