Skip to content

Commit

Permalink
Add test with td-agent 3.1.0 and 3.1.1 #133 #157
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Sep 7, 2018
1 parent e81b227 commit cf7a6b8
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ matrix:
gemfile: Gemfile
- rvm: 2.4.1
gemfile: gemfiles/Gemfile.fluentd-0.14.10
- rvm: 2.4.2 # https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.0/config/projects/td-agent3.rb#L20
gemfile: gemfiles/Gemfile.td-agent-3.1.0
- rvm: 2.4.2 # https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.1/config/projects/td-agent3.rb#L17
gemfile: gemfiles/Gemfile.td-agent-3.1.1
- rvm: 2.4.2 # https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.1/config/projects/td-agent3.rb#L17
gemfile: gemfiles/Gemfile.td-agent-3.1.1-with-aws-sdk-kinesis-1.3.0
- rvm: 2.4.4 # https://github.com/treasure-data/omnibus-td-agent/blob/v3.2.0/config/projects/td-agent3.rb#L22
gemfile: gemfiles/Gemfile.td-agent-3.2.0

Expand Down
31 changes: 31 additions & 0 deletions gemfiles/Gemfile.td-agent-3.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#
# Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You
# may not use this file except in compliance with the License. A copy of
# the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "license" file accompanying this file. This file is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

source 'https://rubygems.org'

# Specify your gem's dependencies in fluent-plugin-kinesis.gemspec
gemspec path: ".."

# Specify related gems for td-agent v3.1.0
# https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.0/config/projects/td-agent3.rb#L25
gem "fluentd", "0.14.25"
# https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.0/plugin_gems.rb#L16-L23
gem "jmespath", "1.3.1"
gem "aws-partitions", "1.42.0"
gem "aws-sigv4", "1.0.2"
gem "aws-sdk-core", "3.11.0"
gem "aws-sdk-kms", "1.3.0"
gem "aws-sdk-sqs", "1.3.0"
gem "aws-sdk-s3", "1.8.0"
gem "fluent-plugin-s3", "1.1.0"
31 changes: 31 additions & 0 deletions gemfiles/Gemfile.td-agent-3.1.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#
# Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You
# may not use this file except in compliance with the License. A copy of
# the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "license" file accompanying this file. This file is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

source 'https://rubygems.org'

# Specify your gem's dependencies in fluent-plugin-kinesis.gemspec
gemspec path: ".."

# Specify related gems for td-agent v3.1.1
# https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.1/config/projects/td-agent3.rb#L22
gem "fluentd", "1.0.2"
# https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.0/plugin_gems.rb#L16-L23
gem "jmespath", "1.3.1"
gem "aws-partitions", "1.42.0"
gem "aws-sigv4", "1.0.2"
gem "aws-sdk-core", "3.11.0"
gem "aws-sdk-kms", "1.3.0"
gem "aws-sdk-sqs", "1.3.0"
gem "aws-sdk-s3", "1.8.0"
gem "fluent-plugin-s3", "1.1.0"
34 changes: 34 additions & 0 deletions gemfiles/Gemfile.td-agent-3.1.1-with-aws-sdk-kinesis-1.3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#
# Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You
# may not use this file except in compliance with the License. A copy of
# the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "license" file accompanying this file. This file is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

source 'https://rubygems.org'

# Specify your gem's dependencies in fluent-plugin-kinesis.gemspec
gemspec path: ".."

# Specify related gems for td-agent v3.1.1
# https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.1/config/projects/td-agent3.rb#L22
gem "fluentd", "1.0.2"
# https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.0/plugin_gems.rb#L16-L23
gem "jmespath", "1.3.1"
gem "aws-partitions", "1.42.0"
gem "aws-sigv4", "1.0.2"
gem "aws-sdk-core", "3.11.0"
gem "aws-sdk-kms", "1.3.0"
gem "aws-sdk-sqs", "1.3.0"
gem "aws-sdk-s3", "1.8.0"
gem "fluent-plugin-s3", "1.1.0"

# Use aws-sdk-kinesis v1.3.0 instead of v1.4.0+
gem "aws-sdk-kinesis", "1.3.0"

0 comments on commit cf7a6b8

Please sign in to comment.