dev.yml in identity_cache-0.5.1 vs dev.yml in identity_cache-1.0.0
- old
+ new
@@ -1,11 +1,11 @@
name: identity-cache
up:
- homebrew:
- postgresql
- - ruby: 2.3.3
+ - ruby: 2.4.1
- railgun
- bundler
env:
RAILGUN_HOST: identity-cache.railgun
@@ -25,10 +25,18 @@
bundle exec rake test
else
bundle exec ruby -I test "$@"
fi
+ style:
+ desc: 'Run rubocop checks'
+ run: bundle exec rubocop "$@"
+
+ check:
+ desc: 'Run tests and style checks'
+ run: bundle exec rake test && bundle exec rubocop
+
benchmark-cpu:
desc: 'Run the identity cache CPU benchmark'
run: bundle exec rake benchmark:cpu
profile:
@@ -36,20 +44,5 @@
run: bundle exec rake profile:run
update-serialization-format:
desc: 'Update serialization format test fixture'
run: bundle exec rake update_serialization_format
-
-railgun:
- image: dev:railgun-common-services-0.2.x
- ip_address: 192.168.64.98
- memory: 1G
- cores: 1
- disk: 1G
- services:
- mysql: 3306
- postgresql: 5432
- memcached: 11211
-
-packages:
- - git@github.com:Shopify/dev-shopify.git
-