Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Debian Samba Team
samba
Commits
2dd02cc4
Commit
2dd02cc4
authored
6 years ago
by
Mathieu Parent
Browse files
Options
Downloads
Patches
Plain Diff
Add "build selftest package" job to gitlab-ci.yml
parent
3f2547ae
No related branches found
Branches containing commit
Tags
debian/2%4.11.1+dfsg-3
Tags containing commit
No related merge requests found
Pipeline
#23508
failed with stages
in 1 hour, 37 minutes, and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/gitlab-ci.yml
+16
-0
16 additions, 0 deletions
debian/gitlab-ci.yml
debian/gitlab-ci.yml.tpl
+16
-0
16 additions, 0 deletions
debian/gitlab-ci.yml.tpl
with
32 additions
and
0 deletions
debian/gitlab-ci.yml
+
16
−
0
View file @
2dd02cc4
...
...
@@ -75,3 +75,19 @@ run piuparts:
before_script
:
-
echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
-
"
echo
'Package:
ldb-tools
libldb*
python*-ldb*
\n
Pin:
release
a=experimental
\n
Pin-Priority:
500'
>
/etc/apt/preferences.d/experimental.pref"
build selftest package
:
stage
:
test
image
:
registry.salsa.debian.org/salsa-ci-team/images/gbp
services
:
-
docker:dind
dependencies
:
[]
artifacts
:
expire_in
:
7 day
name
:
"
$CI_BUILD_NAME"
paths
:
-
${WORKING_DIR}/
script
:
-
export DEB_BUILD_PROFILES=pkg.samba.selftest
-
gbp pull --ignore-branch --pristine-tar --track-missing
-
gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR} --git-builder='docker-build.sh registry.salsa.debian.org/salsa-ci-team/images/dockerbuilder' | sed -ne '/override_dh_auto_test/,$p'
This diff is collapsed.
Click to expand it.
debian/gitlab-ci.yml.tpl
+
16
−
0
View file @
2dd02cc4
...
...
@@ -4,3 +4,19 @@ include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
before_script:
- echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
- "echo 'Package: ldb-tools libldb* python*-ldb*\nPin: release a=experimental\nPin-Priority: 500' > /etc/apt/preferences.d/experimental.pref"
build selftest package:
stage: test
image: registry.salsa.debian.org/salsa-ci-team/images/gbp
services:
- docker:dind
dependencies: []
artifacts:
expire_in: 7 day
name: "$CI_BUILD_NAME"
paths:
- $
{
WORKING_DIR
}
/
script:
- export DEB_BUILD_PROFILES=pkg.samba.selftest
- gbp pull --ignore-branch --pristine-tar --track-missing
- gbp buildpackage --git-ignore-branch --git-export-dir=$
{
WORKING_DIR
}
--git-builder='docker-build.sh registry.salsa.debian.org/salsa-ci-team/images/dockerbuilder' | sed -ne '/override_dh_auto_test/,$p'
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