Sha256: a58c0cc81ba17aa81b923157334a1ad8a2e9d66b59fe9cc5e92f7d3369bba2ca

Contents?: true

Size: 740 Bytes

Versions: 36

Compression:

Stored size: 740 Bytes

Contents

kind: pipeline
name: fluentd-test-arm64-3-0

platform:
  os: linux
  arch: arm64

steps:
- name: fluentd-test-arm64-3-0
  image: arm64v8/ruby:3.0
  commands:
  - apt update
  - apt -y install libgmp3-dev
  - export BUNDLE_GEMFILE=$PWD/Gemfile
  - gem update --system
  - bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
  - bundle exec rake test
---
kind: pipeline
name: fluentd-test-arm64-2-7

platform:
  os: linux
  arch: arm64

steps:
- name: fluentd-test-arm64-2-7
  image: arm64v8/ruby:2.7
  commands:
  - apt update
  - apt -y install libgmp3-dev
  - export BUNDLE_GEMFILE=$PWD/Gemfile
  - gem update --system
  - bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
  - bundle exec rake test

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
fluentd-1.15.3-x86-mingw32 .drone.yml
fluentd-1.15.3-x64-mingw-ucrt .drone.yml
fluentd-1.15.3-x64-mingw32 .drone.yml
fluentd-1.15.3 .drone.yml
fluentd-1.15.2-x86-mingw32 .drone.yml
fluentd-1.15.2-x64-mingw32 .drone.yml
fluentd-1.15.2-x64-mingw-ucrt .drone.yml
fluentd-1.15.2 .drone.yml
fluentd-1.15.1-x86-mingw32 .drone.yml
fluentd-1.15.1-x64-mingw32 .drone.yml
fluentd-1.15.1-x64-mingw-ucrt .drone.yml
fluentd-1.15.1 .drone.yml
fluentd-1.15.0-x86-mingw32 .drone.yml
fluentd-1.15.0-x64-mingw-ucrt .drone.yml
fluentd-1.15.0-x64-mingw32 .drone.yml
fluentd-1.15.0 .drone.yml
dtomasgu-fluentd-1.14.8.pre.dev .drone.yml
dtomasgu-fluentd-1.14.7.pre.dev .drone.yml
fluentd-1.14.6-x86-mingw32 .drone.yml
fluentd-1.14.6-x64-mingw-ucrt .drone.yml