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
a08a6a97
Commit
a08a6a97
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
#70377
passed with warnings with stages
in 7 minutes and 52 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 @
a08a6a97
...
@@ -28,16 +28,17 @@ variables:
...
@@ -28,16 +28,17 @@ variables:
generate-build-jobs
:
generate-build-jobs
:
variables
:
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
# List of machines to build images for
CI_PARAM_MACHINES
:
imx6guf imx6ullguf imx8mguf imx8mpguf
CI_PARAM_MACHINES
:
imx6guf imx6ullguf imx8mguf imx8mpguf
parallel
:
matrix
:
&build_jobs
# Default image and distro
-
CI_PARAM_IMAGE
:
guf-image
CI_PARAM_DISTRO
:
guf-wayland
# Flash-N-Go image and distro
-
CI_PARAM_IMAGE
:
fngsystem-image
CI_PARAM_DISTRO
:
guf-fngsystem
build-jobs
:
parallel
:
matrix
:
*build_jobs
This diff is collapsed.
Click to expand it.
manifest-pipeline.yml
+
2
−
2
View file @
a08a6a97
...
@@ -70,7 +70,7 @@ generate-build-jobs:
...
@@ -70,7 +70,7 @@ generate-build-jobs:
# to explicitly pass any of them as command line arguments.
# to explicitly pass any of them as command line arguments.
-
.gitlab-ci/scripts/generate_job_from_template.py
-
.gitlab-ci/scripts/generate_job_from_template.py
--template=.gitlab-ci/${BUILD_JOBS_TEMPLATE}
--template=.gitlab-ci/${BUILD_JOBS_TEMPLATE}
> build-jobs.yml
> build-jobs
-${CI_PARAM_DISTRO}-${CI_PARAM_IMAGE}
.yml
artifacts
:
artifacts
:
expire_in
:
4 weeks
expire_in
:
4 weeks
paths
:
paths
:
...
@@ -82,7 +82,7 @@ build-jobs:
...
@@ -82,7 +82,7 @@ build-jobs:
needs
:
[
"
generate-build-jobs"
]
needs
:
[
"
generate-build-jobs"
]
trigger
:
trigger
:
include
:
include
:
-
artifact
:
build-jobs.yml
-
artifact
:
build-jobs
-${CI_PARAM_DISTRO}-${CI_PARAM_IMAGE}
.yml
job
:
generate-build-jobs
job
:
generate-build-jobs
strategy
:
depend
strategy
:
depend
...
...
This diff is collapsed.
Click to expand it.
GitBot
@gitbot
mentioned in commit
seco-ne/yocto/manifest@5bcb65dc
·
1 year ago
mentioned in commit
seco-ne/yocto/manifest@5bcb65dc
mentioned in commit seco-ne/yocto/manifest@5bcb65dcf9310d162a7178b8cde038d5d38f9124
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