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
a07685ac
Commit
a07685ac
authored
5 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
added arm tests
parent
dceb708f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+15
-0
15 additions, 0 deletions
.gitlab-ci.yml
cicd_testing/builtin-xforms.sh
+7
-1
7 additions, 1 deletion
cicd_testing/builtin-xforms.sh
cicd_testing/xform-ls.sh
+0
-12
0 additions, 12 deletions
cicd_testing/xform-ls.sh
with
22 additions
and
13 deletions
.gitlab-ci.yml
+
15
−
0
View file @
a07685ac
...
...
@@ -154,6 +154,21 @@ builtin-xforms-centos76:
variables
:
OS
:
'
centos76'
builtin-xforms-arm32
:
<<
:
*builtin-xforms
tags
:
-
arm32
variables
:
OS
:
'
arm32'
builtin-xforms-arm64
:
<<
:
*builtin-xforms
tags
:
-
arm64
variables
:
OS
:
'
arm64'
#
# elfdep test
#
...
...
This diff is collapsed.
Click to expand it.
cicd_testing/builtin-xforms.sh
+
7
−
1
View file @
a07685ac
...
...
@@ -5,5 +5,11 @@ set -x
cd
/tmp/peasoup_test
source
set_env_vars
cd
$PEASOUP_HOME
/tests
make clean
;
./test_cmds.sh
-c
"fix_calls_rida fix_calls_ida"
-l
-a
"bzip2 tcpdump"
if
[[
$(
uname
-m
)
==
'armv7l'
]]
||
[[
$(
uname
-m
)
==
'aarch64'
]]
;
then
./test_cmds.sh
-c
"zipr_rida"
-l
-a
"bzip2 ls"
else
./test_cmds.sh
-c
"zipr_rida fix_calls_rida fix_calls_ida"
-l
-a
"bzip2 tcpdump"
fi
This diff is collapsed.
Click to expand it.
cicd_testing/xform-ls.sh
deleted
100755 → 0
+
0
−
12
View file @
dceb708f
#!/bin/bash
set
-e
set
-x
cd
/tmp/peasoup_test
source
set_env_vars
cd
/tmp
rm
-rf
xxx ped_ls
;
$PSZ
/bin/ls ./xxx
-c
rida
=
on
-s
meds_static
=
off
--tempdir
ped_ls
||
true
if
[[
!
-x
./xxx
]]
;
then
cat
ped_ls/logs/
*
;
fi
rm
-rf
ped_ls
./xxx
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