Skip to content
Snippets Groups Projects
Commit 85d94260 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Jenkinsfile: Re-enable production checks but prevent bug filing


Bring back the automatic check for production builds so that images are put in
their main location and test jobs are submitted to LAVA, but mangle the LAVA
webhook callback URL so that we don't create too much noise in Phabricator at
this point.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 8e3e3b69
No related branches found
No related tags found
1 merge request!84Jenkinsfile: Re-enable production checks but prevent bug filing
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
......@@ -7,7 +7,7 @@ release = "next"
/* Determine whether to run uploads based on the prefix of the job name; in
* case of apertis we expect the official jobs under apertis-<release>/ while
* non-official onces can be in e.g. playground/ */
def production = false //env.JOB_NAME.startsWith("${osname}-")
def production = env.JOB_NAME.startsWith("${osname}-")
docker_registry_name = 'docker-registry.apertis.org'
docker_image_name = "${docker_registry_name}/apertis/apertis-19.03-image-builder"
......@@ -209,7 +209,7 @@ def submitTests(architecture, type, board, ostree = false) {
-g apertis-tests/templates/profiles.yaml \
--profile ${profile_name} \
--callback-secret ${token} \
--callback-url https://lavaphabbridge.apertis.org/ \
--callback-url HACK-TO-TEMPORARILY-DISABLE-BUG-REPORTING-https://lavaphabbridge.apertis.org/ \
-t release:${release} \
-t image_date:${version} \
-t image_name:${image_name}""")
......
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