Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Open Source Software
Zipr Toolchain
Commits
00d52935
Commit
00d52935
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
updates to actually run deploy from the deploy job. :)
parent
ee293f27
No related branches found
No related tags found
No related merge requests found
Pipeline
#2629
failed
6 years ago
Stage: clean
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
cicd_testing/docker-zipr-bin/run_pszr.sh
+15
-3
15 additions, 3 deletions
cicd_testing/docker-zipr-bin/run_pszr.sh
with
16 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
00d52935
...
...
@@ -165,7 +165,7 @@ elfdep-centos75:
deploy-u18
:
stage
:
deploy
script
:
-
./cicd_testing/
elf
dep.sh
-
./cicd_testing/dep
loy
.sh
tags
:
-
ubuntu18
variables
:
...
...
This diff is collapsed.
Click to expand it.
cicd_testing/docker-zipr-bin/run_pszr.sh
+
15
−
3
View file @
00d52935
...
...
@@ -17,6 +17,19 @@ print_usage()
echo
""
}
function
is_in_activation
{
service
"
$1
"
status
activation
=
$(
service
"
$1
"
status |
grep
"Active: activation"
)
if
[
-z
"
$activation
"
]
;
then
true
;
else
false
;
fi
return
$?
;
}
main
()
{
local
res
=
0
...
...
@@ -36,8 +49,7 @@ main()
echo
echo
"Setting up postgres..."
echo
service postgresql start
sleep
2
# let service start up enough to print the message
service postgresql start
echo
echo
'The IRDB toolchain is setup and ready to run.'
echo
'You could start your first experiment with:'
...
...
@@ -56,7 +68,7 @@ main()
echo
' < ls output > '
echo
'zuser@a3fc1666aaa4:~$ readelf -l /bin/ls ./ls.p1 '
echo
exec sudo
su - zuser
bash
res
=
0
;;
...
...
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