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
5f61d53a
Commit
5f61d53a
authored
5 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
modify basic e2e run.sh and gitlab ci
parent
afa9e0e3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
basice2e/run.sh
+1
-1
1 addition, 1 deletion
basice2e/run.sh
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
5f61d53a
...
...
@@ -92,7 +92,7 @@ basice2eTLS:
-
cd basice2e
-
for CONFIG in $(echo *.yaml); do echo $CONFIG; sed -i 's/cert\:\ \"\"/cert\:\ \"\.\.\/keys\/cmix\.rip\.crt\"/g' $CONFIG; sed -i 's/key\:\ \ \"\"/key\:\ \ \"\.\.\/keys\/cmix\.rip\.key\"/g' $CONFIG; done
-
for CONFIG in $(echo *.yaml); do echo $CONFIG; sed -i 's/ertPath\:\ \"\"/ertPath\:\ \"\.\.\/keys\/cmix\.rip\.crt\"/g' $CONFIG; sed -i 's/keyPath\:\ \"\"/keyPath\:\ \"\.\.\/keys\/cmix\.rip\.key\"/g' $CONFIG; done
-
sed -i "s/\"Tls\_certificate\"\:\ \"\"/\"Tls\_certificate\"\:\ \"
\.\.\
/keys
\
/cmix
\
.rip
\
.crt\"/g" ndf.json
-
sed -i "s/\"Tls\_certificate\"\:\ \"\"/\"Tls\_certificate\"\:\ \"
$(awk -v ORS='\\n' '1' ..
/keys/cmix.rip.crt
| sed -e 's/[\/&]/\\&/g')
\"/g" ndf.json
-
./run.sh
-
cd ..
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
basice2e/run.sh
+
1
−
1
View file @
5f61d53a
...
...
@@ -191,7 +191,7 @@ diff -ruN results/client-errors.txt noerrors.txt
cat
$SERVERLOGS
/server-
*
.log |
grep
"ERROR"
|
grep
-v
"context"
>
results/server-errors.txt
||
true
cat
$SERVERLOGS
/server-
*
.log |
grep
"FATAL"
|
grep
-v
"context"
|
grep
-v
"database"
>>
results/server-errors.txt
||
true
diff
-ruN
results/server-errors.txt noerrors.txt
ca
t
$DUMMYOUT
|
grep
"ERROR"
|
grep
-v
"context"
>
results/dummy-errors.txt
||
true
t
$DUMMYOUT
|
grep
"ERROR"
|
grep
-v
"context"
|
grep
-v
"failed
\
to
\
read
\
certificate"
>
results/dummy-errors.txt
||
true
cat
$DUMMYOUT
|
grep
"FATAL"
|
grep
-v
"context"
>>
results/dummy-errors.txt
||
true
diff
-ruN
results/dummy-errors.txt noerrors.txt
IGNOREMSG
=
"GetRoundBufferInfo: Error received: rpc error: code = Unknown desc = round buffer is empty"
...
...
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