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

Integrate gitlab-ci/lpag/confluence_report and 4 more

--

Commit: https://git.seco.com/edgehog/infrastructure/gitlab-ci/-/commit/5f88764a91e6372b509b36b7b0a12eb7884eb014

[REPORT] Add exception handling of incomplete job

In case the LAVA job is incomplete or failed to execute 'interesting'
tests on the DUT, the script handle the exception and exit

--

Commit: https://git.seco.com/edgehog/infrastructure/gitlab-ci/-/commit/34199bdbb953e63d9b984d8339d0428e8e22f948

[JIRA] Insert script to create Jira issues reports

The python script takes advantage of the Atlassian API
to fetch a list of Jira issues to be used in the release notes phase

--

Commit: https://git.seco.com/edgehog/infrastructure/gitlab-ci/-/commit/61152bc00f1223b531aa853182fc78ae95861ce4

[REPORT] Fix on artifacts dependency

* Include "Link_report*" artifacts in test jobs to be fetched by report
jobs
* Include week number in Confluence page name
* Increase timeout for changelog job

--

Commit: https://git.seco.com/edgehog/infrastructure/gitlab-ci/-/commit/25ad09fc84fb6f5bb16d0bb87a2acacad8f9630c

[FIX] Bug fix on gitlab-ci itnegration

* The path to search for GitLab integration projects in the "bsp" group
was wrong.

--

Commit: https://git.seco.com/edgehog/infrastructure/gitlab-ci/-/commit/aff6fc4b05a25662f53ae673415ff27f89852ac9

[REPORT] Add stage to add LAVA log to Confluence

* Insert report stage after test-probe to be triggered manually in
case the report is necessary to be uploaded in Coinfluence
* The stage execute a script that does:
	* Get the LAVA log in CSV format and convert it into XHTML
	  format for Confluence.
	* Insert information about the software (manifest repo,
          revision, sw artifacts link, etc.).
	* Upload the report to Confluence by creating a dedicated
	  page or appending the content to an existing one.
parent 6a317942
No related branches found
No related tags found
No related merge requests found
Subproject commit 9c6e4e8a1f4becff3d3b5f638975fccfa6c0fff6
Subproject commit 5f88764a91e6372b509b36b7b0a12eb7884eb014
......@@ -4,8 +4,8 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
ref: 9c6e4e8a1f4becff3d3b5f638975fccfa6c0fff6
ref: 5f88764a91e6372b509b36b7b0a12eb7884eb014
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 9c6e4e8a1f4becff3d3b5f638975fccfa6c0fff6
GITLAB_CI_REVISION: 5f88764a91e6372b509b36b7b0a12eb7884eb014
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment