Skip to content
Snippets Groups Projects

CI: Remove debug, enable yocto manifest deploy

Merged Tobias Kahlki requested to merge CI-deploy-yocto into master
3 files
+ 8
10
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
9
@@ -109,7 +109,6 @@ yamllint:
@@ -109,7 +109,6 @@ yamllint:
--manifest-project=${MANIFEST_PROJECT}
--manifest-project=${MANIFEST_PROJECT}
--submodule=.gitlab-ci
--submodule=.gitlab-ci
--revision=${CI_COMMIT_SHA}
--revision=${CI_COMMIT_SHA}
--verbose
${DEPLOY_TO}
${DEPLOY_TO}
- ./generate_job_from_template.py
- ./generate_job_from_template.py
@@ -118,7 +117,6 @@ yamllint:
@@ -118,7 +117,6 @@ yamllint:
--branch="integrate/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}"
--branch="integrate/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}"
--manifest-project=${MANIFEST_PROJECT}
--manifest-project=${MANIFEST_PROJECT}
--parent_merge_request="${CI_MERGE_REQUEST_PROJECT_URL}/-/merge_requests/${CI_MERGE_REQUEST_IID}"
--parent_merge_request="${CI_MERGE_REQUEST_PROJECT_URL}/-/merge_requests/${CI_MERGE_REQUEST_IID}"
--verbose
${DEPLOY_TO}
${DEPLOY_TO}
> integration.yml
> integration.yml
- cat integration.yml
- cat integration.yml
@@ -130,10 +128,6 @@ deploy:
@@ -130,10 +128,6 @@ deploy:
extends:
extends:
- .deploy
- .deploy
- .manifest-projects
- .manifest-projects
rules:
# For now to test the merge step
- when: manual
allow_failure: true
deploy-foobar:
deploy-foobar:
extends:
extends:
@@ -176,7 +170,6 @@ trigger-foobar:
@@ -176,7 +170,6 @@ trigger-foobar:
--manifest-project=${MANIFEST_PROJECT}
--manifest-project=${MANIFEST_PROJECT}
--submodule=.gitlab-ci
--submodule=.gitlab-ci
--revision=${CI_COMMIT_SHA}
--revision=${CI_COMMIT_SHA}
--verbose
${DEPLOY_TO}
${DEPLOY_TO}
merge-foobar:
merge-foobar:
@@ -184,6 +177,11 @@ merge-foobar:
@@ -184,6 +177,11 @@ merge-foobar:
- .merge
- .merge
- .foobar-manifest-projects
- .foobar-manifest-projects
 
merge:
 
extends:
 
- .merge
 
- .manifest-projects
 
# --------------------------------------------------------------------------------------
# --------------------------------------------------------------------------------------
# Stage: check
# Stage: check
# --------------------------------------------------------------------------------------
# --------------------------------------------------------------------------------------
@@ -206,7 +204,6 @@ check:
@@ -206,7 +204,6 @@ check:
--integration-base=${MASTER_BRANCH}
--integration-base=${MASTER_BRANCH}
--project=${CI_PROJECT_PATH}
--project=${CI_PROJECT_PATH}
--merge-request=${CI_MERGE_REQUEST_IID}
--merge-request=${CI_MERGE_REQUEST_IID}
--verbose
# The check is done for both manifests in one job as the retrigger
# The check is done for both manifests in one job as the retrigger
# looks for jobs named check, though there can only be one
# looks for jobs named check, though there can only be one
@@ -218,4 +215,3 @@ check:
@@ -218,4 +215,3 @@ check:
--integration-base=master
--integration-base=master
--project=${CI_PROJECT_PATH}
--project=${CI_PROJECT_PATH}
--merge-request=${CI_MERGE_REQUEST_IID}
--merge-request=${CI_MERGE_REQUEST_IID}
--verbose
Loading