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
1
Merged
Neil-Jocelyn Schark
requested to merge
longevity-tests
into
master
7 months ago
Overview
0
Commits
24
Pipelines
22
Changes
1
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
4bc6a02b
Prev
Next
Show latest version
1 file
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4bc6a02b
fix tests
· 4bc6a02b
Neil-Jocelyn Schark
authored
4 months ago
Makefile
+
6
−
6
Options
@@ -119,19 +119,19 @@ integration-test-aes-debug-compose-down:
docker compose
-f
integration-tests/docker-compose.yml
-f
integration-tests/docker-compose.override.debug.yml down
integration-test-otp
:
install-gosdnc generate-integration-test-certs build-images
docker compose
-f
integration-tests/docker-compose.
override.otp.yml
-f
docker-compose.yml down
docker compose
-f
integration-tests/docker-compose.
override.otp.yml
-f
docker-compose.yml up
-d
docker compose
-f
integration-tests/docker-compose.
yml
-f
integration-tests/
docker-compose.
override.otp.
yml down
docker compose
-f
integration-tests/docker-compose.
yml
-f
integration-tests/
docker-compose.
override.otp.
yml up
-d
echo
"Will sleep for the quantumlayers to get ready"
sleep
45
go
test
-p
1
-count
=
1
-v
./integration-tests/code/
*
docker compose
-f
integration-tests/docker-compose.
override.otp.yml
-f
docker-compose.yml down
docker compose
-f
integration-tests/docker-compose.
yml
-f
integration-tests/
docker-compose.
override.otp.
yml down
integration-test-otp-debug-compose-up
:
generate-integration-test-certs build-images install-gosdnc
docker compose
-f
integration-tests/
docker-compose.override.otp.yml
-f
docker-compose.yml
-f
integration-tests/docker-compose.override.debug.yml down
docker compose
-f
integration-tests/
docker-compose.override.otp.yml
-f
docker-compose.yml
-f
integration-tests/docker-compose.override.debug.yml up
-d
docker compose
-f
integration-tests/docker-compose.yml
-f
integration-tests/docker-compose.override.debug.yml down
docker compose
-f
integration-tests/docker-compose.yml
-f
integration-tests/docker-compose.override.debug.yml up
-d
integration-test-otp-debug-compose-down
:
docker compose
-f
integration-tests/
docker-compose.override.otp.yml
-f
docker-compose.yml
-f
integration-tests/docker-compose.override.debug.yml down
docker compose
-f
integration-tests/docker-compose.yml
-f
integration-tests/docker-compose.override.debug.yml down
longevity-test
:
generate-gokms-certs build-images install-gosdnc
rm
-rf
longevity-tests/akms1-logs
Loading