Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
open-build-service-debian
Manage
Activity
Members
Labels
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
obs
open-build-service-debian
Commits
7f96a7a2
Verified
Commit
7f96a7a2
authored
4 years ago
by
Andrej Shadura
Browse files
Options
Downloads
Patches
Plain Diff
Run autopkgtests in GitLab CI
Signed-off-by:
Andrej Shadura
<
andrew.shadura@collabora.co.uk
>
parent
f0aad11e
No related branches found
No related tags found
No related merge requests found
Pipeline
#26015
failed
4 years ago
Stage: docker
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-0
22 additions, 0 deletions
.gitlab-ci.yml
with
22 additions
and
0 deletions
.gitlab-ci.yml
+
22
−
0
View file @
7f96a7a2
stages
:
stages
:
-
docker
-
docker
-
test
docker
:
docker
:
stage
:
docker
stage
:
docker
...
@@ -26,3 +27,24 @@ docker:
...
@@ -26,3 +27,24 @@ docker:
--build-arg REGISTRY=$CI_REGISTRY_IMAGE
--build-arg REGISTRY=$CI_REGISTRY_IMAGE
--single-snapshot
--single-snapshot
-
echo Pushed
-
echo Pushed
.autopkgtest
:
stage
:
test
image
:
name
:
$CI_REGISTRY_IMAGE/obs-api:$CI_COMMIT_REF_SLUG
entrypoint
:
[
"
"
]
variables
:
DB_HOST
:
localhost
DB_PORT
:
3306
DB_ROOT_PASSWORD
:
someobs
DB_NAME
:
obsapi
DB_USER
:
obs-api
DB_PASSWORD
:
someobs
script
:
-
/opt/configure-db.sh
-
sh debian/tests/${TEST}
setup-api-and-check
:
extends
:
.autopkgtest
variables
:
TEST
:
setup-api-and-check
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