From 5b82d9972632e045a98eee94b92674e60173755c Mon Sep 17 00:00:00 2001 From: Sebastien Lagarde Date: Mon, 18 May 2020 18:13:02 +0200 Subject: [PATCH] Update upm-ci-hdrp.yml --- .yamato/upm-ci-hdrp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.yamato/upm-ci-hdrp.yml b/.yamato/upm-ci-hdrp.yml index 59feca19a64..bbe4f59457f 100644 --- a/.yamato/upm-ci-hdrp.yml +++ b/.yamato/upm-ci-hdrp.yml @@ -234,10 +234,10 @@ All_{{ project.name }}_{{ editor.version }}: {% else %} - path: .yamato/upm-ci-{{ project.name | downcase }}.yml#{{ project.name }}_{{ platform.name }}_{{ win_api.name }}_{{ testplatform.name }}_{{ editor.version }} rerun: {{ editor.rerun_strategy }} - #{% if win_api.name == "DX12" and testplatform.name == "playmode" %} - #- path: .yamato/upm-ci-hdrp_dxr.yml#HDRP_DXR_Win_DX12_playmode_{{ editor.version }} - # rerun: {{ editor.rerun_strategy }} - #{% endif %} + {% if win_api.name == "DX12" and testplatform.name == "playmode" %} + - path: .yamato/upm-ci-hdrp_dxr.yml#HDRP_DXR_Win_DX12_playmode_{{ editor.version }} + rerun: {{ editor.rerun_strategy }} + {% endif %} {% endif %} {% endfor %}