Commit 8c4aa2d3 authored by Dan Davison's avatar Dan Davison

Merge branch 'promote-k8s-smoke' into 'master'

Add k8s test to smoke suite

See merge request gitlab-org/gitlab!67749
parents cf281180 391cb1fe
......@@ -2,7 +2,7 @@
module QA
RSpec.describe 'Configure', except: { job: 'review-qa-*' } do
describe 'Kubernetes Cluster Integration', :requires_admin, :skip_live_env do
describe 'Kubernetes Cluster Integration', :requires_admin, :skip_live_env, :smoke do
context 'Project Clusters' do
let!(:cluster) { Service::KubernetesCluster.new(provider_class: Service::ClusterProvider::K3s).create! }
let(:project) do
......
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