Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
SECO Northern Europe
Yocto
infrastructure
gitlab-ci
Commits
a0097476
Commit
a0097476
authored
1 year ago
by
Tim Jaacks
Browse files
Options
Downloads
Patches
Plain Diff
Make distro and image combos dynamic
parent
414ebe6d
No related branches found
No related tags found
No related merge requests found
Pipeline
#70381
passed with warnings with stages
in 7 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifest-pipeline-yocto.yml
+12
-11
12 additions, 11 deletions
manifest-pipeline-yocto.yml
manifest-pipeline.yml
+2
-2
2 additions, 2 deletions
manifest-pipeline.yml
with
14 additions
and
13 deletions
manifest-pipeline-yocto.yml
+
12
−
11
View file @
a0097476
...
...
@@ -28,16 +28,17 @@ variables:
generate-build-jobs
:
variables
:
# Default image and distro
CI_PARAM_IMAGE
:
guf-image
CI_PARAM_DISTRO
:
guf-wayland
# Flash-N-Go image and distro
# In the past, the buildfng job overwrote the image and distro itself. Due to the
# transition to the new seconorth names, image and distro for the buildfng must be
# settable from outside of the job.
CI_PARAM_IMAGE_FNG
:
fngsystem-image
CI_PARAM_DISTRO_FNG
:
guf-fngsystem
# List of machines to build images for
CI_PARAM_MACHINES
:
imx6guf imx6ullguf imx8mguf imx8mpguf
parallel
:
matrix
:
&build_jobs
# Default image and distro
-
CI_PARAM_DISTRO
:
guf-wayland
CI_PARAM_IMAGE
:
guf-image
# Flash-N-Go image and distro
-
CI_PARAM_DISTRO
:
guf-fngsystem
CI_PARAM_IMAGE
:
fngsystem-image
build-jobs
:
parallel
:
matrix
:
*build_jobs
This diff is collapsed.
Click to expand it.
manifest-pipeline.yml
+
2
−
2
View file @
a0097476
...
...
@@ -70,7 +70,7 @@ generate-build-jobs:
# to explicitly pass any of them as command line arguments.
-
.gitlab-ci/scripts/generate_job_from_template.py
--template=.gitlab-ci/${BUILD_JOBS_TEMPLATE}
> build-jobs.yml
> build-jobs
-${CI_PARAM_DISTRO}-${CI_PARAM_IMAGE}
.yml
artifacts
:
expire_in
:
4 weeks
paths
:
...
...
@@ -82,7 +82,7 @@ build-jobs:
needs
:
[
"
generate-build-jobs"
]
trigger
:
include
:
-
artifact
:
build-jobs.yml
-
artifact
:
build-jobs
-${CI_PARAM_DISTRO}-${CI_PARAM_IMAGE}
.yml
job
:
generate-build-jobs
strategy
:
depend
...
...
This diff is collapsed.
Click to expand it.
GitBot
@gitbot
mentioned in commit
seco-ne/yocto/manifest@b008cdf4
·
1 year ago
mentioned in commit
seco-ne/yocto/manifest@b008cdf4
mentioned in commit seco-ne/yocto/manifest@b008cdf4e3a19c7e46528b778555797690345be6
Toggle commit list
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