Skip to content

Commit

Permalink
ci: update concourse, add ruby 2.7 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 29, 2019
1 parent 83df303 commit e5a9ae8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
29 changes: 29 additions & 0 deletions concourse/loofah-pr.yml.generated
Expand Up @@ -45,6 +45,7 @@ jobs:
- ruby-2.4-pr
- ruby-2.5-pr
- ruby-2.6-pr
- ruby-2.7-rc-pr
- put: loofah-pr
params:
path: loofah-pr
Expand Down Expand Up @@ -162,3 +163,31 @@ jobs:
params:
path: loofah-pr
status: failure
- name: ruby-2.7-rc-pr
public: true
serial_groups: ["ruby-pr"]
plan:
- get: ci
- get: loofah-pr
trigger: true
version: every
passed: [pr-pending]
- task: rake-test
config:
image_resource:
type: docker-image
source: {repository: ruby, tag: "2.7-rc"}
platform: linux
inputs:
- name: ci
- name: loofah-pr
path: loofah
params:
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
run:
path: ci/concourse/tasks/rake-test/run.sh
on_failure:
put: loofah-pr
params:
path: loofah-pr
status: failure
20 changes: 20 additions & 0 deletions concourse/loofah.yml.generated
Expand Up @@ -96,6 +96,26 @@ jobs:
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
run:
path: ci/concourse/tasks/rake-test/run.sh
- name: ruby-2.7-rc
public: true
serial_groups: ["ruby"]
plan:
- get: ci
- get: loofah
trigger: true
- task: rake-test
config:
image_resource:
type: docker-image
source: {repository: ruby, tag: "2.7-rc"}
platform: linux
inputs:
- name: ci
- name: loofah
params:
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
run:
path: ci/concourse/tasks/rake-test/run.sh

- name: jruby-9.1
public: true
Expand Down

0 comments on commit e5a9ae8

Please sign in to comment.