Skip to content

Commit

Permalink
Remove completely TOCI_JOBTYPE with featuresets
Browse files Browse the repository at this point in the history
Remove also reprot with old TOCI_JOBTYPE to DLRN API,
leave only the new one based on job name.
Change-Id: Ic963bd09d78fdb57f51c92cb5df6596e6223a4b3
  • Loading branch information
sshnaidm authored and Zuul CI committed Jul 31, 2019
1 parent 435e19e commit 3d35f4a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions playbooks/tripleo-ci-periodic-base/post.yaml
Expand Up @@ -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 }}'
Expand Down

0 comments on commit 3d35f4a

Please sign in to comment.