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

ci-test: re-enable build simulation caching

In 438f1e2a we accidentally disabled
caching for the build simulation by moving the cache definition to a job
class. The order of inheritance led to the cache configuration being
overwritten by the one of the "buildbase" class. Change inheritance
order to fix this.
parent 30f7d966
No related branches found
No related tags found
1 merge request!308ci-test: re-enable build simulation caching
Pipeline #73478 passed with stage
in 2 minutes and 16 seconds
...@@ -120,8 +120,8 @@ build:check-foo-branch: ...@@ -120,8 +120,8 @@ build:check-foo-branch:
simulate-build-seco-mx6: simulate-build-seco-mx6:
extends: extends:
- .simulate_build
- .buildbase - .buildbase
- .simulate_build
variables: variables:
# We have to specify a tag here instead of getting the artifacts from a master # We have to specify a tag here instead of getting the artifacts from a master
# branch, because we don't always execute the full pipeline on the master branches. # branch, because we don't always execute the full pipeline on the master branches.
...@@ -131,8 +131,8 @@ simulate-build-seco-mx6: ...@@ -131,8 +131,8 @@ simulate-build-seco-mx6:
simulate-buildsdk-seco-mx6: simulate-buildsdk-seco-mx6:
extends: extends:
- .simulate_build
- .buildbase - .buildbase
- .simulate_build
variables: variables:
BUILD_ARTIFACTS: https://git.seco.com/seco-ne/yocto/manifest/-/jobs/artifacts/kirkstone/7.0/download?job=buildsdk-seco-mx6 BUILD_ARTIFACTS: https://git.seco.com/seco-ne/yocto/manifest/-/jobs/artifacts/kirkstone/7.0/download?job=buildsdk-seco-mx6
ARTIFACTS_PATH: build-*/tmp/deploy/sdk/* ARTIFACTS_PATH: build-*/tmp/deploy/sdk/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment