Skip to content

Commit 84c46f5

Browse files
theo-at-unityEvergreen
authored andcommitted
[6.0] Introduce local.gtf.references shim
1 parent 6d59ace commit 84c46f5

File tree

7 files changed

+78
-6
lines changed

7 files changed

+78
-6
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"displayName": "Graphics Test Framework (published v9)",
3+
"name": "local.gtf.references",
4+
"version": "1.0.0",
5+
"unity": "6000.0",
6+
"description": "Shim package that contains a reference to the com.unity.testframework.graphics package for easier version pinning.",
7+
"keywords": [
8+
"qa",
9+
"test",
10+
"testing",
11+
"tests",
12+
"graphics"
13+
],
14+
"category": "Libraries",
15+
"dependencies": {
16+
"com.unity.testframework.graphics": "8.12.0-exp.2"
17+
}
18+
}

Tests/SRPTests/Projects/HDRP_Tests/Packages/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"com.unity.render-pipelines.high-definition-config": "file:../../../../../Packages/com.unity.render-pipelines.high-definition-config",
1212
"com.unity.shadergraph": "file:../../../../../Packages/com.unity.shadergraph",
1313
"local.utf.references": "file:../../../Packages/local.utf.references",
14-
"com.unity.testframework.graphics": "8.12.0-exp.2",
14+
"local.gtf.references": "file:../../../Packages/local.gtf.references",
1515
"com.unity.testing.hdrp": "file:../../../Packages/com.unity.testing.hdrp",
1616
"com.unity.testing.common-graphics": "file:../../../Packages/com.unity.testing.common-graphics",
1717
"com.unity.testing.xr": "file:../../../Packages/com.unity.testing.xr",
@@ -58,5 +58,14 @@
5858
"com.unity.testing.hdrp",
5959
"com.unity.testing.xr",
6060
"com.unity.shadergraph"
61+
],
62+
"scopedRegistries": [
63+
{
64+
"name": "UPM Candidates (GTF)",
65+
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates",
66+
"scopes": [
67+
"com.unity.testframework.graphics"
68+
]
69+
}
6170
]
6271
}

Tests/SRPTests/Projects/UniversalGraphicsTest_2D/Packages/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"com.unity.testing.urp": "file:../../../Packages/com.unity.testing.urp",
1818
"com.unity.visualeffectgraph": "file:../../../../../Packages/com.unity.visualeffectgraph",
1919
"local.utf.references": "file:../../../Packages/local.utf.references",
20-
"com.unity.testframework.graphics": "8.12.0-exp.2",
20+
"local.gtf.references": "file:../../../Packages/local.gtf.references",
2121
"com.unity.testing.xr": "file:../../../Packages/com.unity.testing.xr",
2222
"com.unity.ugui": "2.0.0",
2323
"com.unity.modules.ai": "1.0.0",
@@ -57,5 +57,14 @@
5757
"com.unity.render-pipelines.universal",
5858
"com.unity.testing.xr",
5959
"com.unity.testing.urp"
60+
],
61+
"scopedRegistries": [
62+
{
63+
"name": "UPM Candidates (GTF)",
64+
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates",
65+
"scopes": [
66+
"com.unity.testframework.graphics"
67+
]
68+
}
6069
]
6170
}

Tests/SRPTests/Projects/UniversalGraphicsTest_Foundation/Packages/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"com.unity.shadergraph": "file:../../../../../Packages/com.unity.shadergraph",
1616
"com.unity.rendering.light-transport": "file:../../../../../Packages/com.unity.rendering.light-transport",
1717
"local.utf.references": "file:../../../Packages/local.utf.references",
18-
"com.unity.testframework.graphics": "8.12.0-exp.2",
18+
"local.gtf.references": "file:../../../Packages/local.gtf.references",
1919
"com.unity.testing.urp": "file:../../../Packages/com.unity.testing.urp",
2020
"com.unity.testing.common-graphics": "file:../../../Packages/com.unity.testing.common-graphics",
2121
"com.unity.testing.xr": "file:../../../Packages/com.unity.testing.xr",
@@ -57,5 +57,14 @@
5757
"com.unity.render-pipelines.universal",
5858
"com.unity.testing.xr",
5959
"com.unity.testing.urp"
60+
],
61+
"scopedRegistries": [
62+
{
63+
"name": "UPM Candidates (GTF)",
64+
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates",
65+
"scopes": [
66+
"com.unity.testframework.graphics"
67+
]
68+
}
6069
]
6170
}

Tests/SRPTests/Projects/UniversalGraphicsTest_Lighting/Packages/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"com.unity.shadergraph": "file:../../../../../Packages/com.unity.shadergraph",
1515
"com.unity.rendering.light-transport": "file:../../../../../Packages/com.unity.rendering.light-transport",
1616
"local.utf.references": "file:../../../Packages/local.utf.references",
17-
"com.unity.testframework.graphics": "8.12.0-exp.2",
17+
"local.gtf.references": "file:../../../Packages/local.gtf.references",
1818
"com.unity.testing.urp": "file:../../../Packages/com.unity.testing.urp",
1919
"com.unity.testing.xr": "file:../../../Packages/com.unity.testing.xr",
2020
"com.unity.ugui": "2.0.0",
@@ -55,5 +55,14 @@
5555
"com.unity.render-pipelines.universal",
5656
"com.unity.testing.xr",
5757
"com.unity.testing.urp"
58+
],
59+
"scopedRegistries": [
60+
{
61+
"name": "UPM Candidates (GTF)",
62+
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates",
63+
"scopes": [
64+
"com.unity.testframework.graphics"
65+
]
66+
}
5867
]
5968
}

Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Packages/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"com.unity.shadergraph": "file:../../../../../Packages/com.unity.shadergraph",
1616
"com.unity.rendering.light-transport": "file:../../../../../Packages/com.unity.rendering.light-transport",
1717
"local.utf.references": "file:../../../Packages/local.utf.references",
18-
"com.unity.testframework.graphics": "8.12.0-exp.2",
18+
"local.gtf.references": "file:../../../Packages/local.gtf.references",
1919
"com.unity.testing.urp": "file:../../../Packages/com.unity.testing.urp",
2020
"com.unity.testing.xr": "file:../../../Packages/com.unity.testing.xr",
2121
"com.unity.ugui": "2.0.0",
@@ -56,5 +56,14 @@
5656
"com.unity.render-pipelines.universal",
5757
"com.unity.testing.xr",
5858
"com.unity.testing.urp"
59+
],
60+
"scopedRegistries": [
61+
{
62+
"name": "UPM Candidates (GTF)",
63+
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates",
64+
"scopes": [
65+
"com.unity.testframework.graphics"
66+
]
67+
}
5968
]
6069
}

Tests/SRPTests/Projects/UniversalGraphicsTest_Terrain/Packages/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"com.unity.shadergraph": "file:../../../../../Packages/com.unity.shadergraph",
1515
"com.unity.rendering.light-transport": "file:../../../../../Packages/com.unity.rendering.light-transport",
1616
"local.utf.references": "file:../../../Packages/local.utf.references",
17-
"com.unity.testframework.graphics": "8.12.0-exp.2",
17+
"local.gtf.references": "file:../../../Packages/local.gtf.references",
1818
"com.unity.testing.urp": "file:../../../Packages/com.unity.testing.urp",
1919
"com.unity.testing.xr": "file:../../../Packages/com.unity.testing.xr",
2020
"com.unity.ugui": "2.0.0",
@@ -55,5 +55,14 @@
5555
"com.unity.render-pipelines.universal",
5656
"com.unity.testing.xr",
5757
"com.unity.testing.urp"
58+
],
59+
"scopedRegistries": [
60+
{
61+
"name": "UPM Candidates (GTF)",
62+
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates",
63+
"scopes": [
64+
"com.unity.testframework.graphics"
65+
]
66+
}
5867
]
5968
}

0 commit comments

Comments
 (0)