File tree Expand file tree Collapse file tree 3 files changed +25
-18
lines changed Expand file tree Collapse file tree 3 files changed +25
-18
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,10 @@ test_{{ platform.name }}_{{ editor.version }}:
34
34
dependencies :
35
35
- .yamato/com.unity.ml-agents-pack.yml#pack
36
36
triggers :
37
- pull_requests :
38
- - targets :
39
- only :
40
- - " master"
41
- - " /release-.*/"
42
- - " /hotfix-.*/"
37
+ changes :
38
+ only :
39
+ - " com.unity.ml-agents/**"
40
+ - " .yamato/com.unity.ml-agents-test.yml"
41
+
43
42
{% endfor %}
44
43
{% endfor %}
Original file line number Diff line number Diff line change @@ -15,10 +15,13 @@ test_mac_standalone_{{ editor.version }}:
15
15
- pip install pyyaml
16
16
- python -u -m ml-agents.tests.yamato.standalone_build_tests
17
17
triggers :
18
- pull_requests :
19
- - targets :
20
- only :
21
- - " master"
22
- - " /release-.*/"
23
- - " /hotfix-.*/"
18
+ changes :
19
+ only :
20
+ - " com.unity.ml-agents/**"
21
+ - " Project/**"
22
+ - " .yamato/standalone-build-test.yml"
23
+ except :
24
+ - " *.md"
25
+ - " com.unity.ml-agents/*.md"
26
+ - " com.unity.ml-agents/**/*.md"
24
27
{% endfor %}
Original file line number Diff line number Diff line change @@ -15,12 +15,17 @@ test_mac_training_int_{{ editor.version }}:
15
15
- pip install pyyaml
16
16
- python -u -m ml-agents.tests.yamato.training_int_tests
17
17
triggers :
18
- pull_requests :
19
- - targets :
20
- only :
21
- - " master"
22
- - " /release-.*/"
23
- - " /hotfix-.*/"
18
+ changes :
19
+ only :
20
+ - " com.unity.ml-agents/**"
21
+ - " Project/**"
22
+ - " ml-agents/**"
23
+ - " ml-agents-envs/**"
24
+ - " .yamato/training-int-tests.yml"
25
+ except :
26
+ - " *.md"
27
+ - " com.unity.ml-agents/*.md"
28
+ - " com.unity.ml-agents/**/*.md"
24
29
artifacts :
25
30
unit :
26
31
paths :
You can’t perform that action at this time.
0 commit comments