Skip to content
Snippets Groups Projects
Commit 163c7e1e authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Add yml extension to jinja2 templates

parent 59523aa0
No related branches found
No related tags found
1 merge request!196ci-test: add job to check for correct foo branch
File moved
File moved
...@@ -19,7 +19,7 @@ variables: ...@@ -19,7 +19,7 @@ variables:
BUILD_TIMEOUT: 2m BUILD_TIMEOUT: 2m
# This is the jinja2 template file used to generate the build jobs # This is the jinja2 template file used to generate the build jobs
BUILD_JOBS_TEMPLATE: build-jobs-ci-test.jinja2 BUILD_JOBS_TEMPLATE: build-jobs-ci-test.yml.jinja2
# The master branch is hardcoded here, because it cannot be determined automatically. # The master branch is hardcoded here, because it cannot be determined automatically.
# Has to be modified for new branches, e.g. new Yocto versions or fix releases. # Has to be modified for new branches, e.g. new Yocto versions or fix releases.
......
...@@ -19,7 +19,7 @@ variables: ...@@ -19,7 +19,7 @@ variables:
BUILD_TIMEOUT: 1h BUILD_TIMEOUT: 1h
# This is the jinja2 template file used to generate the build jobs # This is the jinja2 template file used to generate the build jobs
BUILD_JOBS_TEMPLATE: build-jobs-yocto.jinja2 BUILD_JOBS_TEMPLATE: build-jobs-yocto.yml.jinja2
generate-build-jobs: generate-build-jobs:
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment