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

Support influxdbv2 in custom metric drain #323

Merged
merged 2 commits into from
Aug 22, 2023

Compatibility with newer ruby 2.x

04a0132
Select commit
Loading
Failed to load commit list.
Merged

Support influxdbv2 in custom metric drain #323

Compatibility with newer ruby 2.x
04a0132
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 21, 2023 in 3m 18s

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 #323 Support influxdbv2 in custom metric drain.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has seven jobs, running in parallel.

Job Ruby OS State
941.1 2.1 Linux passed
941.2 2.2 Linux passed
941.3 2.3 Linux passed
941.4 2.4 Linux passed
941.5 2.5 Linux passed
941.6 2.6 Linux passed
941.7 2.7 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Versions 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "rvm": [
    "2.1",
    "2.2",
    "2.3",
    "2.4",
    "2.5",
    "2.6",
    "2.7"
  ],
  "before_install": [
    "./cleanup_bundler",
    "gem install bundler -v '< 2'"
  ],
  "script": [
    "bundle exec rake",
    "bundle exec script/sync-readme-usage",
    "git diff --exit-code"
  ]
}