Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PeTrack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pedestrian Dynamics Empiricism
PeTrack
Merge requests
!256
Allow failure in pre-build check
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Allow failure in pre-build check
370-allow-failure-in-pre-build-check
into
master
Overview
4
Commits
2
Pipelines
4
Changes
2
All threads resolved!
Hide all comments
Merged
Schrödter, Tobias
requested to merge
370-allow-failure-in-pre-build-check
into
master
1 year ago
Overview
4
Commits
2
Pipelines
4
Changes
2
All threads resolved!
Hide all comments
Expand
Closes
#370 (closed)
0
0
Merge request reports
Compare
master
version 3
395a0d59
1 year ago
version 2
f04e0576
1 year ago
version 1
39b65468
1 year ago
master (base)
and
latest version
latest version
79b1604c
2 commits,
1 year ago
version 3
395a0d59
2 commits,
1 year ago
version 2
f04e0576
3 commits,
1 year ago
version 1
39b65468
2 commits,
1 year ago
2 files
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab/merge_request_templates/merge_request.md
+
3
−
0
Options
@@ -3,6 +3,9 @@
# Reviewer Checklist
## Formatting
-
[ ] the pre-build checks succeed
## General code quality
-
[ ] naming conventions are met (see .clang-tidy for detailed information)
-
[ ] no static analyzer warnings in new code parts (e.g., use clang-tidy for checking)
Loading