.gitlab-ci.yml in gitlab-labkit-0.21.0 vs .gitlab-ci.yml in gitlab-labkit-0.21.1
- old
+ new
@@ -18,9 +18,10 @@
- bundle exec rake verify build install
test:3.0:
image: ruby:3.0
<<: *test_definition
+ allow_failure: true # until we resolve grpc compatibility, see https://gitlab.com/gitlab-org/labkit-ruby/-/merge_requests/81
test:2.7:
image: ruby:2.7
<<: *test_definition