From 3d35f4a5e4017d73ca56c0229fb66d59ed8135db Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 30 Jul 2019 18:47:38 +0300 Subject: [PATCH] Remove completely TOCI_JOBTYPE with featuresets Remove also reprot with old TOCI_JOBTYPE to DLRN API, leave only the new one based on job name. Change-Id: Ic963bd09d78fdb57f51c92cb5df6596e6223a4b3 --- playbooks/tripleo-ci-periodic-base/post.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/playbooks/tripleo-ci-periodic-base/post.yaml b/playbooks/tripleo-ci-periodic-base/post.yaml index ee3ffd581d..26b7cbcced 100644 --- a/playbooks/tripleo-ci-periodic-base/post.yaml +++ b/playbooks/tripleo-ci-periodic-base/post.yaml @@ -11,19 +11,9 @@ shell: cmd: | source {{ workspace }}/hash_info.sh - {% if nodes is defined and featureset is defined %} - export TOCI_JOBTYPE="periodic-{{ environment_type }}-{{ nodes }}-featureset{{ featureset }}" - {% elif featureset is defined %} - export TOCI_JOBTYPE="periodic-{{ environment_type }}-featureset{{ featureset }}" - {% endif %} export LOG_PATH="{{ zuul_log_path }}" export LOG_HOST_URL="{{ log_host_url | default('https://logs.rdoproject.org') }}" export SUCCESS="{{ zuul_success | bool }}" - bash -xe {{ ci_config_repo }}/ci-scripts/tripleo-upstream/dlrnapi_report.sh - # Pass also the new naming scheme as JOBTYPE to report to DLRN - # In this way each job will report success/failure with the new name - # and the old name, and we can use one or the other in the promotion - # criteria export TOCI_JOBTYPE="{{ zuul.job }}" bash -xe {{ ci_config_repo }}/ci-scripts/tripleo-upstream/dlrnapi_report.sh chdir: '{{ workspace }}'