Skip to content

Commit cdf25e6

Browse files
committed
remove references to testproject-tools-integration as the project has been moved to the tools repo and doesn't exist on the 2.x branch
1 parent a99ffa5 commit cdf25e6

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

.yamato/_triggers.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ pull_request_trigger:
5555
- .yamato/project-tests.yml#test_testproject_win_trunk
5656
- .yamato/project-tests.yml#test_testproject_mac_6000.0
5757

58-
# Run tools integration tests EditMode and Playmode tests on trunk and an older supported editor (6000.0)
59-
- .yamato/project-tests.yml#test_testproject-tools-integration_ubuntu_6000.0
60-
- .yamato/project-tests.yml#test_testproject-tools-integration_win_trunk
61-
6258
# Run standalone test. We run it only on Ubuntu since it's the fastest machine, and it was noted that for example distribution on macOS is taking 40m since we switched to Apple Silicon
6359
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
6460
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_6000.0

.yamato/project.metafile

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# The small agent was created to handle jobs that don't involve running Unity and are in general super light when it comes to resource usage (for example pack job).
2020
# It uses ubuntu since Linux VMs are faster and cheaper to provision than Mac or Windows Virtual Machines (VMs).
2121
# The b1.small flavour is nearly always sufficient for jobs that don’t involve running Unity Editor.
22-
small_agent_platform:
22+
small_agent_platform:
2323
- name: ubuntu
2424
type: Unity::VM
2525
image: package-ci/ubuntu-22.04:v4
@@ -40,7 +40,7 @@ test_platforms:
4040
image: package-ci/ubuntu-22.04:v4
4141
flavor: b1.large
4242
standalone: StandaloneLinux64
43-
desktop:
43+
desktop:
4444
- name: ubuntu
4545
type: Unity::VM
4646
image: package-ci/ubuntu-22.04:v4
@@ -146,7 +146,7 @@ test_platforms:
146146
image: package-ci/win10-xbox:v4
147147
flavor: b1.large
148148
standalone: GameCoreScarlett
149-
149+
150150
# EDITOR CONFIGURATIONS-------------------------------------------------------------------------------
151151
# Editors to be used for testing. NGOv2.X official support started from 6000.0 editor
152152
# TODO: When a new editor will be released it should be added to this list
@@ -156,14 +156,14 @@ validation_editors:
156156
- trunk
157157
all:
158158
- 6000.0
159-
- 6000.1
159+
- 6000.1
160160
- 6000.2
161161
- trunk
162-
163-
162+
163+
164164
# Scripting backends used by Standalone RunTimeTests---------------------------------------------------
165165

166-
scripting_backends:
166+
scripting_backends:
167167
- mono
168168
- il2cpp
169169

@@ -185,6 +185,3 @@ projects:
185185
- name: minimalproject
186186
path: minimalproject
187187
has_tests: false
188-
- name: testproject-tools-integration
189-
path: testproject-tools-integration
190-
has_tests: true

0 commit comments

Comments
 (0)