Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
e8977936
Commit
e8977936
authored
6 years ago
by
Daniel Agar
Browse files
Options
Downloads
Patches
Plain Diff
Jenkins update px4-dev-base to 2019-01-26
parent
23617fb8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.ci/Jenkinsfile-SITL_tests
+2
-2
2 additions, 2 deletions
.ci/Jenkinsfile-SITL_tests
.ci/Jenkinsfile-compile
+2
-2
2 additions, 2 deletions
.ci/Jenkinsfile-compile
Jenkinsfile
+10
-10
10 additions, 10 deletions
Jenkinsfile
Tools/docker_run.sh
+0
-3
0 additions, 3 deletions
Tools/docker_run.sh
with
14 additions
and
17 deletions
.ci/Jenkinsfile-SITL_tests
+
2
−
2
View file @
e8977936
...
...
@@ -147,7 +147,7 @@ pipeline {
stage
(
'code coverage (python)'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
image
'px4io/px4-dev-base:2019-01-
26
'
args
'-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw --cap-add SYS_PTRACE'
}
}
...
...
@@ -170,7 +170,7 @@ pipeline {
stage
(
'unit tests'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
image
'px4io/px4-dev-base:2019-01-
26
'
args
'-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw --cap-add SYS_PTRACE'
}
}
...
...
This diff is collapsed.
Click to expand it.
.ci/Jenkinsfile-compile
+
2
−
2
View file @
e8977936
...
...
@@ -11,7 +11,7 @@ pipeline {
def
docker_images
=
[
arch:
"px4io/px4-dev-base-archlinux:2019-01-01"
,
armhf:
"px4io/px4-dev-armhf:2019-01-01"
,
base:
"px4io/px4-dev-base:2019-01-
01
"
,
base:
"px4io/px4-dev-base:2019-01-
26
"
,
nuttx:
"px4io/px4-dev-nuttx:2019-01-01"
,
ros:
"px4io/px4-dev-ros:2019-01-01"
,
rpi:
"px4io/px4-dev-raspi:2019-01-01"
,
...
...
@@ -133,7 +133,7 @@ pipeline {
// TODO: actually upload artifacts to S3
stage
(
'S3 Upload'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
}
docker
{
image
'px4io/px4-dev-base:2019-01-
26
'
}
}
options
{
skipDefaultCheckout
()
...
...
This diff is collapsed.
Click to expand it.
Jenkinsfile
+
10
−
10
View file @
e8977936
...
...
@@ -73,7 +73,7 @@ pipeline {
stage
(
'Style check'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
}
docker
{
image
'px4io/px4-dev-base:2019-01-
26
'
}
}
steps
{
sh
'make check_format'
...
...
@@ -202,7 +202,7 @@ pipeline {
stage
(
'Cppcheck'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
image
'px4io/px4-dev-base:2019-01-
26
'
args
'-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
...
...
@@ -277,7 +277,7 @@ pipeline {
stage
(
'Module config validation'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
image
'px4io/px4-dev-base:2019-01-
26
'
args
'-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
...
...
@@ -302,7 +302,7 @@ pipeline {
stage
(
'Airframe'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
}
docker
{
image
'px4io/px4-dev-base:2019-01-
26
'
}
}
steps
{
sh
'make distclean'
...
...
@@ -321,7 +321,7 @@ pipeline {
stage
(
'Parameter'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
}
docker
{
image
'px4io/px4-dev-base:2019-01-
26
'
}
}
steps
{
sh
'make distclean'
...
...
@@ -340,7 +340,7 @@ pipeline {
stage
(
'Module'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
}
docker
{
image
'px4io/px4-dev-base:2019-01-
26
'
}
}
steps
{
sh
'make distclean'
...
...
@@ -389,7 +389,7 @@ pipeline {
stage
(
'Devguide'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
}
docker
{
image
'px4io/px4-dev-base:2019-01-
26
'
}
}
steps
{
sh
(
'export'
)
...
...
@@ -419,7 +419,7 @@ pipeline {
stage
(
'Userguide'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
}
docker
{
image
'px4io/px4-dev-base:2019-01-
26
'
}
}
steps
{
sh
(
'export'
)
...
...
@@ -447,7 +447,7 @@ pipeline {
stage
(
'QGroundControl'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
}
docker
{
image
'px4io/px4-dev-base:2019-01-
26
'
}
}
steps
{
sh
(
'export'
)
...
...
@@ -475,7 +475,7 @@ pipeline {
stage
(
'S3'
)
{
agent
{
docker
{
image
'px4io/px4-dev-base:2019-01-
01
'
}
docker
{
image
'px4io/px4-dev-base:2019-01-
26
'
}
}
steps
{
sh
(
'export'
)
...
...
This diff is collapsed.
Click to expand it.
Tools/docker_run.sh
+
0
−
3
View file @
e8977936
...
...
@@ -17,9 +17,6 @@ if [ -z ${PX4_DOCKER_REPO+x} ]; then
elif
[[
$@
=
~ .
*
clang.
*
]]
||
[[
$@
=
~ .
*
scan-build.
*
]]
;
then
# clang tools
PX4_DOCKER_REPO
=
"px4io/px4-dev-clang:2018-11-22"
elif
[[
$@
=
~ .
*
cppcheck.
*
]]
;
then
# TODO: remove this once px4io/px4-dev-base updates
PX4_DOCKER_REPO
=
"px4io/px4-dev-base:2018-11-22"
elif
[[
$@
=
~ .
*
tests
*
]]
;
then
# run all tests with simulation
PX4_DOCKER_REPO
=
"px4io/px4-dev-simulation:2018-11-22"
...
...
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