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
0e4891c8
Commit
0e4891c8
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Add fix_calls test
Former-commit-id:
c1497aab
parent
66f8ec09
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+23
-0
23 additions, 0 deletions
.gitlab-ci.yml
cicd_testing/basic-pgms-fixcalls.sh
+10
-0
10 additions, 0 deletions
cicd_testing/basic-pgms-fixcalls.sh
peasoup_examples
+1
-1
1 addition, 1 deletion
peasoup_examples
with
34 additions
and
1 deletion
.gitlab-ci.yml
+
23
−
0
View file @
0e4891c8
...
...
@@ -130,3 +130,26 @@ basic-pgms-rida-p1-centos75:
tags
:
-
centos75
#
# test_cmds.sh fixcalls
#
.basic-pgms-fixcalls
:
&basic-pgms-fixcalls
stage
:
test
script
:
-
./cicd_testing/basic-pgms-fixcalls.sh
basic-pgms-fixcalls-ubuntu18
:
<<
:
*basic-pgms-fixcalls
tags
:
-
ubuntu18
basic-pgms-fixcalls-ubuntu16
:
<<
:
*basic-pgms-fixcalls
tags
:
-
ubuntu16
basic-pgms-fixcalls-centos75
:
<<
:
*basic-pgms-fixcalls
tags
:
-
centos75
This diff is collapsed.
Click to expand it.
cicd_testing/basic-pgms-fixcalls.sh
0 → 100755
+
10
−
0
View file @
0e4891c8
#!/bin/bash
set
-e
set
-x
cd
/tmp/peasoup_test
source
set_env_vars
cd
$CICD_TO_TEST_DIR
/peasoup_examples/tests
cd
$PEASOUP_HOME
/tests
make clean
;
./test_cmds.sh
-c
fix_calls
-l
This diff is collapsed.
Click to expand it.
peasoup_examples
@
201e7cd3
Compare
8f295880
...
201e7cd3
Subproject commit
8f29588095ab526684760d0c32c9181fe92cdd0
e
Subproject commit
201e7cd3410739ee3c76185fa749117cc12afbe
e
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