.circleci/config.yml in instana-1.195.1 vs .circleci/config.yml in instana-1.195.2
- old
+ new
@@ -9,30 +9,42 @@
REDIS_URL: 'redis://127.0.0.1:6379'
DATABASE_URL: 'sqlite3::memory:'
- image: memcached
- image: redis
- image: circleci/dynamodb
+ - image: minio/minio:latest
+ command: ["server", "/data"]
+ - image: s12v/sns
+ - image: softwaremill/elasticmq-native
ruby_26:
docker:
- image: circleci/ruby:2.6-node
environment:
MEMCACHED_HOST: '127.0.0.1:11211'
REDIS_URL: 'redis://127.0.0.1:6379'
DATABASE_URL: 'sqlite3::memory:'
- image: memcached
- image: redis
- image: circleci/dynamodb
+ - image: minio/minio:latest
+ command: ["server", "/data"]
+ - image: s12v/sns
+ - image: softwaremill/elasticmq-native
ruby_27:
docker:
- image: circleci/ruby:2.7-node
environment:
MEMCACHED_HOST: '127.0.0.1:11211'
REDIS_URL: 'redis://127.0.0.1:6379'
DATABASE_URL: 'sqlite3::memory:'
- image: memcached
- image: redis
- image: circleci/dynamodb
+ - image: minio/minio:latest
+ command: ["server", "/data"]
+ - image: s12v/sns
+ - image: softwaremill/elasticmq-native
ruby_25_mysql2:
docker:
- image: circleci/ruby:2.5-node
environment:
DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test"
@@ -157,14 +169,14 @@
- run_tests
test_apprisal:
parameters:
stack:
type: executor
- default: ruby_27_postgres
+ default: ruby_27
gemfile:
type: string
- default: "./gemfiles/rails_60.gemfile"
+ default: "./gemfiles/aws_30.gemfile"
executor: << parameters.stack >>
environment:
APPRAISAL_INITIALIZED: "1"
BUNDLE_GEMFILE: << parameters.gemfile >>
steps:
@@ -201,10 +213,11 @@
gemfile:
- "./gemfiles/aws_30.gemfile"
- "./gemfiles/cuba_30.gemfile"
- "./gemfiles/dalli_20.gemfile"
- "./gemfiles/excon_02.gemfile"
+ - "./gemfiles/excon_079.gemfile"
- "./gemfiles/graphql_10.gemfile"
- "./gemfiles/grpc_10.gemfile"
- "./gemfiles/net_http_01.gemfile"
- "./gemfiles/rack_16.gemfile"
- "./gemfiles/rack_20.gemfile"
@@ -216,9 +229,10 @@
- "./gemfiles/roda_20.gemfile"
- "./gemfiles/roda_30.gemfile"
- "./gemfiles/sidekiq_42.gemfile"
- "./gemfiles/sidekiq_50.gemfile"
- "./gemfiles/sinatra_14.gemfile"
+ - "./gemfiles/shoryuken_50.gemfile"
rails:
jobs:
- test_apprisal:
matrix:
parameters: