Commit c3ceeab9 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'e2e-sanity-check-pre' into 'master'

Run the version sanity check for pre and release

See merge request gitlab-org/gitlab!49427
parents 5a0b7fee 798e5b41
......@@ -7,7 +7,7 @@ module QA
# environment variable is the version actually running.
#
# See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1179
RSpec.describe 'Version sanity check', :smoke do
RSpec.describe 'Version sanity check', :smoke, only: { pipeline: [:pre, :release] } do
let(:api_client) { Runtime::API::Client.new(:gitlab) }
let(:request) { Runtime::API::Request.new(api_client, '/version') }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment