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

Copyright to ASF #1682

Closed

Copyright to ASF (see https://incubator.apache.org/ip-clearance/cassa…

c7479c7
Select commit
Loading
Failed to load commit list.
Closed

Copyright to ASF #1682

Copyright to ASF (see https://incubator.apache.org/ip-clearance/cassa…
c7479c7
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 29, 2023 in 15m 31s

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 #1682 Copyright to ASF .
Any changes that have been made to the 4.x branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job JDK ENV OS State
13634.1 openjdk8 JDK='OpenJDK 8' Linux passed
13634.2 JDK='OpenJDK 11' Linux passed

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Trusty)
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "before_install": [
    "jdk_switcher use openjdk8",
    "./install-snapshots.sh"
  ],
  "install": [
    "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
  ],
  "script": [
    "mvn test -Djacoco.skip=true -Dmaven.test.failure.ignore=true -Dmaven.javadoc.skip=true -B -V"
  ],
  "cache": {
    "directories": [
      "$HOME/.m2"
    ]
  },
  "jobs": {
    "include": [
      {
        "env": [
          {
            "JDK": "'OpenJDK 8'"
          }
        ],
        "jdk": "openjdk8"
      },
      {
        "env": [
          {
            "JDK": "'OpenJDK 11'"
          }
        ],
        "before_script": [
          ". $TRAVIS_BUILD_DIR/ci/install-jdk.sh -F 11 -L GPL"
        ]
      }
    ]
  }
}