Skip to content

Commit e207e25

Browse files
committed
Remove 2022.3 from CI
1 parent 76647fe commit e207e25

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

.yamato/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ code_analyser:
1414
- unzip Tools/CodeAnalyzerTestProject/Microsoft.CodeQuality.Analyzers/Microsoft.CodeQuality.Analyzers.zip -d Tools/CodeAnalyzerTestProject/Microsoft.CodeQuality.Analyzers
1515
- {{ upm_ci_install }}
1616
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
17-
- upm-ci project test --project-path Tools/CodeAnalyzerTestProject -u 2022.3
17+
- upm-ci project test --project-path Tools/CodeAnalyzerTestProject -u 6000.0
1818
triggers:
1919
cancel_old_ci: true
2020
expression: pull_request.(target eq "develop" AND NOT changes.all match "**/*.md")

.yamato/config.metadata

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
editors:
2-
- version: 2022.3
32
- version: 6000.0
43
- version: 6000.3
54
- version: 6000.4

.yamato/publish-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test_sample_projects:
1010
commands:
1111
- {{ upm_ci_install }}
1212
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
13-
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2022.3
13+
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 6000.0
1414
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=Publish sh ExternalSampleProjects/publish.sh
1515
artifacts:
1616
UTR_Output.zip:

.yamato/trigger-documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
tests_for_doc_changes:
22
name: Tests for Documentation Changes
33
dependencies:
4-
- .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_2022_3_-_win10
54
- .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_0_-_win10
65
- .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_3_-_win10
76
- .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_win10

0 commit comments

Comments
 (0)