Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
danet
quant
Merge requests
!215
Simple longevity tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Simple longevity tests
longevity-tests
into
master
Overview
0
Commits
24
Pipelines
22
Changes
21
Merged
Neil-Jocelyn Schark
requested to merge
longevity-tests
into
master
7 months ago
Overview
0
Commits
24
Pipelines
22
Changes
21
Expand
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
My code follows the code style of this project.
My change requires a change to the documentation.
I have updated the documentation accordingly.
I have read the
CONTRIBUTING
document.
I have added tests to cover my changes.
All new and existing tests passed.
0
0
Merge request reports
Viewing commit
12250e5e
Prev
Next
Show latest version
21 files
+
100
−
125
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
Search (e.g. *.vue) (Ctrl+P)
12250e5e
Merge branch 'longevity-tests' of code.fbi.h-da.de:danet/quant into longevity-tests
· 12250e5e
Neil-Jocelyn Schark
authored
7 months ago
.devcontainer/devcontainer.json
+
1
−
1
Options
@@ -10,7 +10,7 @@
},
"features"
:
{
"ghcr.io/devcontainers/features/go:1"
:
{
"version"
:
"1.2
2
"
"version"
:
"1.2
3
"
},
"ghcr.io/devcontainers/features/docker-in-docker:2.12"
:
{
"version"
:
"latest"
,
Loading