Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
elixxir
integration
Commits
8c95c4f8
Commit
8c95c4f8
authored
1 year ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Remove protonet testing stage
parent
19d01da3
Branches
josh/groupCreationScript
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-22
22 additions, 22 deletions
.gitlab-ci.yml
with
22 additions
and
22 deletions
.gitlab-ci.yml
+
22
−
22
View file @
8c95c4f8
...
...
@@ -318,28 +318,28 @@ groupChat: #modify with your package name
-
bin/
basice2e_protonet
:
stage
:
tests
image
:
$DOCKER_IMAGE
script
:
-
mkdir -p ~/.elixxir
-
echo $PWD
-
cd basice2e
-
rm -fr results
-
./run.sh protonet
-
cd ..
artifacts
:
when
:
always
expire_in
:
'
1
day'
paths
:
-
basice2e/
-
bin/
only
:
# When merging in projects that need to be deployed, this field will have to
# be TEMPORARILY changed to master until deployment is completed. BE SURE TO REVERT
# ONCE DEPLOYMENT IS COMPLETE.
-
master
# Uncomment when a canary net is established.
#
basice2e_protonet:
#
stage: tests
#
image: $DOCKER_IMAGE
#
script:
#
- mkdir -p ~/.elixxir
#
- echo $PWD
#
- cd basice2e
#
- rm -fr results
#
- ./run.sh protonet
#
- cd ..
#
artifacts:
#
when: always
#
expire_in: '1 day'
#
paths:
#
- basice2e/
#
- bin/
#
only:
#
# When merging in projects that need to be deployed, this field will have to
#
# be TEMPORARILY changed to master until deployment is completed. BE SURE TO REVERT
#
# ONCE DEPLOYMENT IS COMPLETE.
#
- master
# basice2e_betanet:
...
...
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