Commit 72a5e401 authored by Jose Vargas's avatar Jose Vargas

fix qa/specs conflicts

parent b59fd12f
......@@ -275,10 +275,8 @@ entry.
## 11.1.5 (2018-08-27)
<<<<<<< HEAD
- No changes.
=======
>>>>>>> upstream/master
### Security (3 changes)
- Fixed persistent XSS rendering/escaping of diff location lines.
......
# frozen_string_literal: true
module QA
<<<<<<< HEAD
context :create do
=======
context :create, :core do
>>>>>>> upstream/master
describe 'Files management' do
it 'user creates, edits and deletes a file via the Web' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
......
# frozen_string_literal: true
module QA
<<<<<<< HEAD
context :verify, :docker do
=======
context :verify, :orchestrated, :docker do
>>>>>>> upstream/master
describe 'Pipeline creation and processing' do
let(:executor) { "qa-runner-#{Time.now.to_i}" }
......
......@@ -62,22 +62,6 @@ module QA
end
gitlab_ci = <<~YAML
<<<<<<< HEAD
cat-config:
script:
- mkdir -p ~/.ssh
- ssh-keyscan -p #{@repository_location.port} #{@repository_location.host} >> ~/.ssh/known_hosts
- eval $(ssh-agent -s)
- ssh-add -D
- echo "$#{deploy_key_name}" | ssh-add -
- git clone #{@repository_location.git_uri}
- cd #{@project.name}
- git checkout #{deploy_key_name}
- sha1sum .gitlab-ci.yml
tags:
- qa
- docker
=======
cat-config:
script:
- mkdir -p ~/.ssh
......@@ -92,7 +76,6 @@ module QA
tags:
- qa
- docker
>>>>>>> upstream/master
YAML
Factory::Repository::ProjectPush.fabricate! do |resource|
......
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