.circleci/config.yml in instana-1.209.4 vs .circleci/config.yml in instana-1.209.5
- old
+ new
@@ -1,23 +1,8 @@
version: 2.1
executors:
- ruby_26:
- docker:
- - image: cimg/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: amazon/dynamodb-local
- - image: minio/minio:latest
- command: ["server", "/data"]
- - image: s12v/sns
- - image: softwaremill/elasticmq-native
- - image: mongo:5-focal
ruby_27:
docker:
- image: cimg/ruby:2.7-node
environment:
MEMCACHED_HOST: '127.0.0.1:11211'
@@ -29,23 +14,10 @@
- image: minio/minio:latest
command: ["server", "/data"]
- image: s12v/sns
- image: softwaremill/elasticmq-native
- image: mongo:5-focal
- ruby_26_mysql2:
- docker:
- - image: cimg/ruby:2.6-node
- environment:
- DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test"
- - image: mariadb
- environment:
- MYSQL_DATABASE: 'ci_test'
- MYSQL_USER: 'root'
- MYSQL_PASSWORD: ''
- MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
- MYSQL_ROOT_PASSWORD: ''
- MYSQL_ROOT_HOST: '%'
ruby_27_mysql2:
docker:
- image: cimg/ruby:2.7-node
environment:
DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test"
@@ -55,19 +27,10 @@
MYSQL_USER: 'root'
MYSQL_PASSWORD: ''
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
MYSQL_ROOT_PASSWORD: ''
MYSQL_ROOT_HOST: '%'
- ruby_26_postgres:
- docker:
- - image: cimg/ruby:2.6-node
- environment:
- DATABASE_URL: "postgres://postgres:test@127.0.0.1:5432/ci_test"
- - image: postgres
- environment:
- POSTGRES_PASSWORD: 'test'
- POSTGRES_DB: 'ci_test'
ruby_27_postgres:
docker:
- image: cimg/ruby:2.7-node
environment:
DATABASE_URL: "postgres://postgres:test@127.0.0.1:5432/ci_test"
@@ -211,19 +174,17 @@
- test_core:
matrix:
parameters:
stack:
- ruby_27
- - ruby_26
libraries:
jobs:
- test_apprisal:
matrix:
parameters:
stack:
- ruby_27
- - ruby_26
gemfile:
- "./gemfiles/aws_30.gemfile"
- "./gemfiles/cuba_30.gemfile"
- "./gemfiles/dalli_20.gemfile"
- "./gemfiles/excon_02.gemfile"
@@ -250,14 +211,11 @@
- test_apprisal:
matrix:
parameters:
stack:
- ruby_27
- - ruby_26
- ruby_27_postgres
- - ruby_26_postgres
- ruby_27_mysql2
- - ruby_26_mysql2
gemfile:
- "./gemfiles/rails_60.gemfile"
- "./gemfiles/rails_52.gemfile"
- "./gemfiles/rails_50.gemfile"