浏览代码

Attempting to switch gpu configs to see if it fixes tests

/fix_performance_tests
Jon Hogins 4 年前
当前提交
9741ba5f
共有 3 个文件被更改,包括 4 次插入3 次删除
  1. 2
      .yamato/environments.yml
  2. 2
      .yamato/upm-ci-performance.yml
  3. 3
      .yamato/upm-ci-testprojects.yml

2
.yamato/environments.yml


performance_editors:
- version: 2019.4.16f1
- version: 2020.1.3f1
# - version: 2020.1.3f1
complete_editors:
- version: 2019.4.16f1

2
.yamato/upm-ci-performance.yml


name : {{project.name}} {{ suite.display_name }} performance tests ({{ editor.version }}, Windows)
agent:
type: Unity::VM::GPU
model: rtx2080
# model: rtx2080
image: package-ci/win10:stable
flavor: b1.large
commands:

3
.yamato/upm-ci-testprojects.yml


{{project.name}}_windows_{{suite.name}}_{{editor.version}}:
name : {{project.name}} {{ suite.display_name }} tests ({{ editor.version }}, Windows)
agent:
type: Unity::VM
type: Unity::VM::GPU
model: rtx2080
image: package-ci/win10:stable
flavor: b1.large
commands:

正在加载...
取消
保存