Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Commits
23627048
Commit
23627048
authored
11 months ago
by
Konrad Botor
Browse files
Options
Downloads
Patches
Plain Diff
Disabled merge request pipleines
parent
c479557e
No related branches found
No related tags found
2 merge requests
!827
Merge develop changes to master
,
!685
Disables merge request pipelines
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yaml
+1
-9
1 addition, 9 deletions
.gitlab-ci.yaml
with
1 addition
and
9 deletions
.gitlab-ci.yaml
+
1
−
9
View file @
23627048
...
...
@@ -31,18 +31,12 @@ variables:
CI_DEBUG_SERVICES
:
"
false"
#All the service logs should be saved as artifacts, so it's fine to turn this off.
include
:
-
template
:
Workflows/Branch-Pipelines.gitlab-ci.yml
-
project
:
hive/haf
ref
:
e988b4e0d221f4b8efcad2bc2e1b587e4c227669
# master
file
:
/scripts/ci-helpers/prepare_data_image_job.yml
# implicitly pulls base.gitlab-ci.yml from common-ci-configuration
workflow
:
rules
:
-
if
:
'
$CI_MERGE_REQUEST_IID'
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH
||
$CI_COMMIT_TAG'
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>| ANCHORS |>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.shared_tags
:
...
...
@@ -545,8 +539,6 @@ Trigger benchmark-results-collector:
-
job
:
e2e_benchmark
artifacts
:
true
# Even though variables.env is not a regular artifact, but a dotenv report, this still needs to be set to true
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
when
:
on_success
-
if
:
'
$CI_COMMIT_BRANCH
==
"develop"'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment