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
e56814c9
Commit
e56814c9
authored
2 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Fix network script bug
parent
3e5c2f5a
No related branches found
Branches containing commit
No related tags found
2 merge requests
!68
Master merge
,
!46
Xx 4478/templatize
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
channels/run.sh
+1
-4
1 addition, 4 deletions
channels/run.sh
gen/run.sh
+0
-5
0 additions, 5 deletions
gen/run.sh
with
3 additions
and
9 deletions
.gitlab-ci.yml
+
2
−
0
View file @
e56814c9
...
...
@@ -108,6 +108,7 @@ channels:
script
:
-
mkdir -p ~/.elixxir
-
echo $PWD
-
cp network/network.sh channels/network.sh
-
cd channels
-
rm -fr results
-
rm -fr results-cpu
...
...
@@ -123,6 +124,7 @@ channels:
-
sed -i 's/useGPU\:\
false
/useGPU\:\
true
/g' server-[12345].yaml
-
NSYSENABLED=TRUE ./run.sh
-
mv results results-gpu
-
rm network.sh
-
cd ..
artifacts
:
when
:
always
...
...
This diff is collapsed.
Click to expand it.
channels/run.sh
+
1
−
4
View file @
e56814c9
cp
../network/network.sh temp_network.sh
# NOTE: This is verbose on purpose.
################################################################################
...
...
@@ -71,7 +69,7 @@ echo "NETWORK: $NETWORKENTRYPOINT"
if
[
"
$NETWORKENTRYPOINT
"
==
"localhost:1060"
]
then
source
temp_
network.sh
source
network.sh
else
echo
"Connecting to network defined at
$NETWORKENTRYPOINT
"
...
...
@@ -231,4 +229,3 @@ then
#diff -aruN client121BackupDiff.txt noerrors.txt
fi
rm
temp_network.sh
\ No newline at end of file
This diff is collapsed.
Click to expand it.
gen/run.sh
+
0
−
5
View file @
e56814c9
cp
../network/network.sh temp_network.sh
# NOTE: This is verbose on purpose.
################################################################################
## Initial Set Up & Clean Up of Past Runs
...
...
@@ -175,5 +172,3 @@ then
#echo "NOTE: BACKUP CHECK DISABLED, this should be uncommented when turned back on!"
#diff -aruN client121BackupDiff.txt noerrors.txt
fi
rm
temp_network.sh
\ No newline at end of file
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