Skip to content
Snippets Groups Projects
Commit fb8b868d authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/delete-infrastucture and 1 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@01d6973b

Scripts: Add script to delete all integration/ branches

It happens that the integration branches are left over from provious
runs of the pipeline, when MRs are closed without merging, for example.

Also a bug in the gitlab-ci makes the pipeline fail, when an integration
branch should be reused. The new scripts just deletes all integration
branch in the given project tree without further checks.

Needs to be run manually.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@c05acbe1

Add scripts to setup a virtual python environment

Use:
```
cd script
source setup_venv.sh
```
to change to the venv.
parent 19a0c8f0
No related branches found
No related tags found
Loading
Pipeline #130363 passed with stage
in 15 seconds
Subproject commit 58554035ea3de924cc0670f811c2664224b22d76
Subproject commit 01d6973b997cb2879e8af7e28bd1eab1482d26c4
......@@ -4,9 +4,9 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 58554035ea3de924cc0670f811c2664224b22d76
ref: 01d6973b997cb2879e8af7e28bd1eab1482d26c4
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 58554035ea3de924cc0670f811c2664224b22d76
GITLAB_CI_REVISION: 01d6973b997cb2879e8af7e28bd1eab1482d26c4
BB_RECIPE_NAME: seco-yocto-testsuite
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