Skip to content

Add renovate.json

6c702ec
Select commit
Loading
Failed to load commit list.
Closed

chore: Configure Renovate #104

Add renovate.json
6c702ec
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 7, 2025 in 4m 55s

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 #104 chore: Configure Renovate.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job JDK ENV OS State
490.1 openjdk11 OSSRH_JIRA_USERNAME=[secure] Linux passed
490.2 openjdk11 OSSRH_JIRA_USERNAME=[secure] Linux passed
490.3 openjdk17 OSSRH_JIRA_USERNAME=[secure] Linux passed
490.4 openjdk17 OSSRH_JIRA_USERNAME=[secure] Linux passed

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Xenial)
JDK Versions openjdk11, openjdk17
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jdk": [
    "openjdk11",
    "openjdk17"
  ],
  "env": [
    "jobs={:TARGET_ETCD_VERSION=>\"v3.4.20\"}={:TARGET_ETCD_VERSION=>\"v3.5.10\"} global=OSSRH_JIRA_USERNAME=[secure]=OSSRH_JIRA_PASSWORD=[secure]=GPG_KEY_NAME=[secure]=GPG_PASSPHRASE=[secure]"
  ],
  "cache": {
    "directories": [
      "$HOME/.m2"
    ]
  },
  "before_install": [
    "./build-env/install-etcd.sh \"$HOME/etcd\"",
    "export PATH=\"$HOME/etcd:$PATH\""
  ],
  "after_success": [
    "./cd/deploy.sh"
  ]
}