Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
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
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
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
e5032b7c
Commit
e5032b7c
authored
6 years ago
by
Javier Jardón
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: Use the same version of the docker image for all jobs
parent
3e5a684b
No related branches found
No related tags found
No related merge requests found
Pipeline
#27719596
failed
6 years ago
Stage: prepare
Stage: test
Stage: post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
e5032b7c
image
:
buildstream/testsuite-debian:9-master-1
0
2-
9067e269
image
:
buildstream/testsuite-debian:9-master-1
1
2-
a9f63c5e
cache
:
key
:
"
$CI_JOB_NAME-"
...
...
@@ -89,11 +89,11 @@ source_dist:
-
coverage-linux/
tests-debian-9
:
image
:
buildstream/testsuite-debian:9-master-1
0
2-
9067e269
image
:
buildstream/testsuite-debian:9-master-1
1
2-
a9f63c5e
<<
:
*linux-tests
tests-fedora-27
:
image
:
buildstream/testsuite-fedora:27-master-1
0
2-
9067e269
image
:
buildstream/testsuite-fedora:27-master-1
1
2-
a9f63c5e
<<
:
*linux-tests
tests-fedora-28
:
...
...
@@ -107,7 +107,7 @@ tests-ubuntu-18.04:
tests-unix
:
# Use fedora here, to a) run a test on fedora and b) ensure that we
# can get rid of ostree - this is not possible with debian-8
image
:
buildstream/testsuite-fedora:27-master-1
0
2-
9067e269
image
:
buildstream/testsuite-fedora:27-master-1
1
2-
a9f63c5e
stage
:
test
variables
:
BST_FORCE_BACKEND
:
"
unix"
...
...
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