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
Commits
0709446e
Commit
0709446e
authored
8 months ago
by
Neil-Jocelyn Schark
Browse files
Options
Downloads
Patches
Plain Diff
update setup
parent
165489a8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!215
Simple longevity tests
Pipeline
#224111
passed
8 months ago
Stage: build
Stage: build-integration-test
Stage: test
Stage: analyze
This commit is part of merge request
!215
. Comments created here will be created in the context of that merge request.
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
3 additions
and
3 deletions
Makefile
+
3
−
3
Edit
View file @
0709446e
...
@@ -118,8 +118,8 @@ integration-test-debug-compose-down:
...
@@ -118,8 +118,8 @@ integration-test-debug-compose-down:
longevity-test
:
generate-gokms-certs build-images install-gosdnc
longevity-test
:
generate-gokms-certs build-images install-gosdnc
rm
-r
longevity-tests/akms1-logs
rm
-r
f
longevity-tests/akms1-logs
rm
-r
longevity-tests/akms2-logs
rm
-r
f
longevity-tests/akms2-logs
docker compose
-f
longevity-tests/docker-compose.yml down
docker compose
-f
longevity-tests/docker-compose.yml down
docker compose
-f
longevity-tests/docker-compose.yml up
-d
docker compose
-f
longevity-tests/docker-compose.yml up
-d
echo
"Will add devices, can take a while"
echo
"Will add devices, can take a while"
...
@@ -167,7 +167,7 @@ generate-etsi-rest-server:
...
@@ -167,7 +167,7 @@ generate-etsi-rest-server:
# Warning: Depending on your go and development configuration might also clean caches, modules and docker containers from your other projects.
# Warning: Depending on your go and development configuration might also clean caches, modules and docker containers from your other projects.
clean
:
clean
:
docker system prune
-af
rm
-rf
$(
BUILD_ARTIFACTS_PATH
)
rm
-rf
$(
BUILD_ARTIFACTS_PATH
)
rm
-rf
$(
TOOLS_DIR
)
rm
-rf
$(
TOOLS_DIR
)
$(
GOCLEAN
)
$(
GOCLEAN
)
docker system prune
-af
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