From 2d1b8cdd305127e6a5bfb92fbea7b69cd3a2602c Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Wed, 1 Jul 2026 13:07:35 +0800 Subject: [PATCH] [Fix] (replay-trace) run normal-world mod traces in CI --- .github/workflows/apk.yml | 84 -------------------------------------- .github/workflows/test.yml | 5 +++ 2 files changed, 5 insertions(+), 84 deletions(-) diff --git a/.github/workflows/apk.yml b/.github/workflows/apk.yml index d7bc6b12..8982323f 100644 --- a/.github/workflows/apk.yml +++ b/.github/workflows/apk.yml @@ -212,90 +212,6 @@ jobs: crop_width: 0 crop_height: 0 timeout_seconds: 1800 - - name: minecraft-1.21.4-fabric-common-mods-in-world - trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-common-mods-in-world.tgz - trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-common-mods-in-world.0000522084.png - target_call: 522084 - width: 854 - height: 480 - crop_x: 0 - crop_y: 0 - crop_width: 0 - crop_height: 0 - timeout_seconds: 1800 - - name: minecraft-1.21.4-fabric-common-mods-inventory - trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-common-mods-inventory.tgz - trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-common-mods-inventory.0000728558.png - target_call: 728558 - width: 854 - height: 480 - crop_x: 0 - crop_y: 0 - crop_width: 0 - crop_height: 0 - timeout_seconds: 1800 - - name: minecraft-1.21.4-fabric-rei-inventory - trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory.tgz - trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory.0005431826.png - target_call: 5431826 - width: 854 - height: 480 - crop_x: 0 - crop_y: 0 - crop_width: 0 - crop_height: 0 - timeout_seconds: 1800 - - name: minecraft-1.21.4-fabric-xaero-minimap-in-world - trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world.tgz - trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world.0002553500.png - target_call: 2553500 - width: 854 - height: 480 - crop_x: 0 - crop_y: 10 - crop_width: 140 - crop_height: 158 - timeout_seconds: 1800 - - name: minecraft-1.21.4-fabric-xaero-world-map-in-world - trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world.tgz - trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world.0001598209.png - target_call: 1598209 - width: 854 - height: 480 - crop_x: 0 - crop_y: 0 - crop_width: 0 - crop_height: 0 - timeout_seconds: 1800 - - name: minecraft-1.21.4-fabric-journeymap-in-world - trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world.tgz - trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world.0002632392.png - target_call: 2632392 - width: 854 - height: 480 - crop_x: 0 - crop_y: 0 - crop_width: 0 - crop_height: 0 - timeout_seconds: 1800 - - name: minecraft-1.21.4-fabric-modernui-inventory - trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory.tgz - trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory.0004907381.png - target_call: 4907381 - width: 854 - height: 480 - crop_x: 0 - crop_y: 0 - crop_width: 0 - crop_height: 0 - timeout_seconds: 1800 - name: minecraft-1.21.4-fabric-rei-inventory-normal-world trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.tgz trace_file: trace.trace diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e147f72..7d16c26e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -348,6 +348,11 @@ jobs: - minecraft-1.21.4-main-menu - minecraft-1.21.4-in-world - minecraft-1.21.4-fabric-sodium-in-world + - minecraft-1.21.4-fabric-rei-inventory-normal-world + - minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world + - minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world + - minecraft-1.21.4-fabric-journeymap-in-world-normal-world + - minecraft-1.21.4-fabric-modernui-inventory-normal-world - minecraft-1.21.4-fabric-iris-bsl-in-world - minecraft-1.21.4-fabric-iris-makeup-ultrafast-in-world - minecraft-1.21.4-fabric-iris-super-duper-vanilla-in-world