mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[CI] add remaining retrace fixtures
This commit is contained in:
@@ -368,6 +368,30 @@ jobs:
|
||||
crop_width: 0
|
||||
crop_height: 0
|
||||
timeout_seconds: 900
|
||||
- name: minecraft-1.21.4-fabric-iris-photon-v1.3b-in-world
|
||||
trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-iris-photon-v1.3b-in-world.tgz
|
||||
trace_file: trace.trace
|
||||
golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-iris-photon-v1.3b-in-world.0000172128.png
|
||||
target_call: 172128
|
||||
width: 854
|
||||
height: 480
|
||||
crop_x: 0
|
||||
crop_y: 0
|
||||
crop_width: 0
|
||||
crop_height: 0
|
||||
timeout_seconds: 900
|
||||
- name: minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world
|
||||
trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world.tgz
|
||||
trace_file: trace.trace
|
||||
golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world.0000145353.png
|
||||
target_call: 145353
|
||||
width: 854
|
||||
height: 480
|
||||
crop_x: 0
|
||||
crop_y: 0
|
||||
crop_width: 0
|
||||
crop_height: 0
|
||||
timeout_seconds: 900
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
@@ -365,6 +365,8 @@ jobs:
|
||||
- minecraft-1.21.4-fabric-iris-iterationt-in-world
|
||||
- minecraft-1.21.4-fabric-iris-iterationt-nodsa-in-world
|
||||
- minecraft-1.21.4-fabric-iris-photon-v1.1-in-world
|
||||
- minecraft-1.21.4-fabric-iris-photon-v1.3b-in-world
|
||||
- minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
@@ -504,3 +504,21 @@ add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-iris-photon-v1.1-in-w
|
||||
WIDTH 854
|
||||
HEIGHT 480
|
||||
)
|
||||
|
||||
add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-iris-photon-v1.3b-in-world
|
||||
TRACE_ARCHIVE ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-iris-photon-v1.3b-in-world.tgz
|
||||
TRACE_FILE trace.trace
|
||||
GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-iris-photon-v1.3b-in-world.0000172128.png
|
||||
TARGET_CALL 172128
|
||||
WIDTH 854
|
||||
HEIGHT 480
|
||||
)
|
||||
|
||||
add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world
|
||||
TRACE_ARCHIVE ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world.tgz
|
||||
TRACE_FILE trace.trace
|
||||
GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world.0000145353.png
|
||||
TARGET_CALL 145353
|
||||
WIDTH 854
|
||||
HEIGHT 480
|
||||
)
|
||||
|
||||
@@ -24,6 +24,8 @@ const CASES = [
|
||||
"minecraft-1.21.4-fabric-iris-iterationt-in-world",
|
||||
"minecraft-1.21.4-fabric-iris-iterationt-nodsa-in-world",
|
||||
"minecraft-1.21.4-fabric-iris-photon-v1.1-in-world",
|
||||
"minecraft-1.21.4-fabric-iris-photon-v1.3b-in-world",
|
||||
"minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world",
|
||||
];
|
||||
|
||||
function usage() {
|
||||
|
||||
Reference in New Issue
Block a user