Sha256: 03d783cfa256ff2675cc605fe7dec1af47223ed47ff5b7361efbbe253fb1cc94

Contents?: true

Size: 1.73 KB

Versions: 52

Compression:

Stored size: 1.73 KB

Contents

.install-template:
  before_script:
    - gem update --system
    - ruby -v

.test-template:
  before_script:
    - gem install rake
    - bundle install
    - chmod 777 -R ./test

stages:
  - build
  - tests

2-6-6:
  image: "ruby:2.6.6"
  stage: build
  extends: .install-template
  script:
    - bundle install --jobs=3 --retry=3
  cache:
    key: "$CI_COMMIT_REF_SLUG 2-6-6"
    paths:

2-7-2:
  image: "ruby:2.7.2"
  stage: build
  extends: .install-template
  script:
    - bundle install --jobs=3 --retry=3
  cache:
    key: "$CI_COMMIT_REF_SLUG 2-7-2"
    paths:

3-0-0:
  image: "ruby:3.0.0"
  stage: build
  extends: .install-template
  script:
    - bundle install --jobs=3 --retry=3
  cache:
    key: "$CI_COMMIT_REF_SLUG 3-0-0"
    paths:

rubyhead:
  image: "ruby:latest"
  stage: build
  extends: .install-template
  script:
    - bundle install --jobs=3 --retry=3
  cache:
    key: "$CI_COMMIT_REF_SLUG latest"
    paths:
      - ./*

2-6-6-test:
  image: "ruby:2.6.6"
  stage: tests
  allow_failure: true
  extends: .test-template
  script:
    - bundle exec rake test
  cache:
    key: "$CI_COMMIT_REF_SLUG 2-6-6"
    paths:
      - ./*

2-7-2-test:
  image: "ruby:2.7.2"
  stage: tests
  allow_failure: true
  extends: .test-template
  script:
    - bundle exec rake test
  cache:
    key: "$CI_COMMIT_REF_SLUG 2-7-2"
    paths:
      - ./*

3-0-0-test:
  image: "ruby:3.0.0"
  stage: tests
  allow_failure: true
  extends: .test-template
  script:
    - bundle exec rake test
  cache:
    key: "$CI_COMMIT_REF_SLUG 3-0-0"
    paths:
      - ./*

rubyhead-test:
  image: "ruby:latest"
  stage: tests
  allow_failure: true
  extends: .test-template
  script:
    - bundle exec rake test
  cache:
    key: "$CI_COMMIT_REF_SLUG latest"
    paths:
      - ./*

Version data entries

52 entries across 52 versions & 2 rubygems

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