Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e62beab7
Commit
e62beab7
authored
Oct 26, 2021
by
Coung Ngo
Committed by
Mark Lapierre
Oct 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix `online_garbage_collection_spec.rb` QA failure
parent
d372e6a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
qa/qa/specs/features/browser_ui/5_package/online_garbage_collection_spec.rb
...es/browser_ui/5_package/online_garbage_collection_spec.rb
+8
-5
No files found.
qa/qa/specs/features/browser_ui/5_package/online_garbage_collection_spec.rb
View file @
e62beab7
...
...
@@ -2,7 +2,8 @@
module
QA
RSpec
.
describe
'Package'
do
describe
'Container Registry Online Garbage Collection'
,
:registry_gc
,
only:
{
subdomain:
%i[pre]
}
do
# TODO: Remove :requires_admin when the `Runtime::Feature.enable` method call is removed
describe
'Container Registry Online Garbage Collection'
,
:registry_gc
,
:requires_admin
,
only:
{
subdomain:
%i[pre]
}
do
let
(
:group
)
{
Resource
::
Group
.
fabricate_via_api!
}
let
(
:imported_project
)
do
...
...
@@ -23,12 +24,12 @@ module QA
STAGE_THREE_VALIDATION_DELAY: "6m"
STAGE_FOUR_VALIDATION_DELAY: "12m"
STAGE_FIVE_VALIDATION_DELAY: "12m"
stages:
- generate
- build
- test
.base: &base
image: docker:19
services:
...
...
@@ -39,11 +40,11 @@ module QA
DOCKER_TLS_VERIFY: 1
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
before_script:
- until docker info; do sleep 1; done
- until docker info; do sleep 1; done
- mkdir -p $GOPATH
- mkdir -p $BUILD_CACHE
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
test:
stage: generate
extends: .base
...
...
@@ -64,6 +65,8 @@ module QA
end
before
do
Runtime
::
Feature
.
enable
(
:paginatable_namespace_drop_down_for_project_creation
)
Flow
::
Login
.
sign_in
imported_project
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment