Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
e57f8994
Commit
e57f8994
authored
2 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
CI: Run all jobs on suitably featureful runners
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
ccba3950
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/gitlab-ci.yml
+7
-21
7 additions, 21 deletions
debian/gitlab-ci.yml
with
7 additions
and
21 deletions
debian/gitlab-ci.yml
+
7
−
21
View file @
e57f8994
...
...
@@ -83,6 +83,13 @@ variables:
# Create a File variable with a private key authorized for P_V_CI_UPLOAD_USER
PRESSURE_VESSEL_CI_UPLOAD_SSH_PRIVATE_KEY_FILE
:
'
'
default
:
tags
:
-
docker
-
internal
-
linux
-
x86_64
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
...
...
@@ -150,9 +157,6 @@ package:sniper:
build:devel
:
stage
:
build
tags
:
-
docker
-
linux
rules
:
-
if
:
'
$DEVEL_DOCKER_REGISTRY
!=
""
&&
$DEVEL_DOCKER_IMAGE
!=
""'
image
:
"
${DEVEL_DOCKER_REGISTRY}/${DEVEL_DOCKER_IMAGE}"
...
...
@@ -180,9 +184,6 @@ build:devel:
build:clang
:
stage
:
build
tags
:
-
docker
-
linux
rules
:
-
if
:
'
$DEVEL_DOCKER_REGISTRY
!=
""
&&
$DEVEL_DOCKER_IMAGE
!=
""'
image
:
"
${DEVEL_DOCKER_REGISTRY}/${DEVEL_DOCKER_IMAGE}"
...
...
@@ -259,9 +260,6 @@ relocatable-install:i386:
stage
:
relocatable-install
needs
:
-
package:i386
tags
:
-
docker
-
linux
image
:
"
${SCOUT_DOCKER_REGISTRY}/${SCOUT_I386_DOCKER_IMAGE}"
script
:
-
*prepare_scout
...
...
@@ -300,9 +298,6 @@ relocatable-install:production:
needs
:
-
package
-
package:i386
tags
:
-
docker
-
linux
image
:
"
${SCOUT_DOCKER_REGISTRY}/${SCOUT_DOCKER_IMAGE}"
script
:
-
*prepare_scout
...
...
@@ -361,9 +356,6 @@ relocatable-install:production:
needs
:
-
relocatable-install:production
stage
:
test
tags
:
-
docker
-
linux
variables
:
STEAM_CI_DEPENDENCIES
:
>-
libgl1-mesa-dri
...
...
@@ -487,9 +479,6 @@ autopkgtest:
deploy
:
stage
:
deploy
tags
:
-
docker
-
linux
needs
:
-
package
-
package:i386
...
...
@@ -553,9 +542,6 @@ deploy:
reuse
:
stage
:
test
tags
:
-
docker
-
linux
needs
:
[]
image
:
name
:
fsfe/reuse:latest
...
...
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