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

Use Log4j2 instead of SLF4J for our own loggers #864

Merged
merged 1 commit into from
Jan 31, 2024

Use Log4j2 instead of SLF4J for our own loggers

9864244
Select commit
Loading
Failed to load commit list.
Merged

Use Log4j2 instead of SLF4J for our own loggers #864

Use Log4j2 instead of SLF4J for our own loggers
9864244
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 31, 2024 in 7m 12s

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 #864 Use Log4j2 instead of SLF4J for our own loggers.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job JDK ENV OS State
2967.1 openjdk11 PULL_REQUEST=${TRAVIS_PULL_REQUEST} Linux passed
2967.2 openjdk11 PULL_REQUEST=${TRAVIS_PULL_REQUEST} Linux passed

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Bionic)
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "sudo": true,
  "jobs": {
    "fast_finish": true,
    "include": [
      {
        "build": "ppc64le",
        "os": "linux",
        "arch": "ppc64le",
        "jdk": "openjdk11",
        "script": [
          "mvn install -Dmaven.javadoc.skip=true"
        ],
        "addons": {
          "apt": {
            "packages": [
              "maven",
              "curl"
            ]
          }
        }
      },
      {
        "build": "s390x",
        "os": "linux",
        "arch": "s390x",
        "jdk": "openjdk11",
        "script": [
          "mvn install -Dmaven.javadoc.skip=true -Dfailsafe.rerunFailingTestsCount=10"
        ],
        "addons": {
          "apt": {
            "packages": [
              "maven",
              "curl"
            ]
          }
        }
      }
    ]
  },
  "services": [
    "docker"
  ],
  "before_install": [
    "curl -s https://rubygems.org/downloads/asciidoctor-2.0.17.gem -o asciidoctor-2.0.17.gem",
    "gem install --local asciidoctor"
  ],
  "env": [
    "global={:PULL_REQUEST=>\"${TRAVIS_PULL_REQUEST}\"}={:BRANCH=>\"${TRAVIS_BRANCH:-main}\"}={:TAG=>\"${TRAVIS_TAG:-latest}\"}={:DOCKER_REGISTRY=>\"quay.io\"}={:MVN_ARGS=>\"\\\"-B\\\"\"}={:TESTCONTAINERS_RYUK_DISABLED=>\"TRUE\"}={:TESTCONTAINERS_CHECKS_DISABLE=>\"TRUE\"}"
  ]
}