From dcf42f552bc54326cb9fb32396873dfbd8da01de Mon Sep 17 00:00:00 2001 From: samfreund Date: Mon, 25 May 2026 01:52:14 -0500 Subject: [PATCH 1/4] run image smoketest in the opt dir --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95f89956d7..8d58b9730c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -614,7 +614,7 @@ jobs: minimum_free_mb: ${{ matrix.minimum_free_mb }} root_location: ${{ matrix.root_location || 'partition=2' }} shrink_image: ${{ matrix.shrink_image || 'yes' }} - commands: java -jar *.jar --smoketest --platform=${{ matrix.plat_override }} + commands: java -jar /opt/photonvision/*.jar --smoketest --platform=${{ matrix.plat_override }} matrix-checker: # This job always runs last to set the overall result based on the matrix jobs. If any matrix job failed, this job will fail. From 75eea5e725bc0c214823c5047b6cffc8f6ede3a9 Mon Sep 17 00:00:00 2001 From: samfreund Date: Mon, 25 May 2026 20:55:59 -0500 Subject: [PATCH 2/4] pwd --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d58b9730c..2fe996e3b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -614,7 +614,7 @@ jobs: minimum_free_mb: ${{ matrix.minimum_free_mb }} root_location: ${{ matrix.root_location || 'partition=2' }} shrink_image: ${{ matrix.shrink_image || 'yes' }} - commands: java -jar /opt/photonvision/*.jar --smoketest --platform=${{ matrix.plat_override }} + commands: pwd && java -jar /opt/photonvision/*.jar --smoketest --platform=${{ matrix.plat_override }} matrix-checker: # This job always runs last to set the overall result based on the matrix jobs. If any matrix job failed, this job will fail. From f79d0af24b12e996435d3cc2639b6e016328b2d7 Mon Sep 17 00:00:00 2001 From: samfreund Date: Mon, 25 May 2026 21:42:40 -0500 Subject: [PATCH 3/4] hmmm --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fe996e3b9..31d48f7bea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -614,7 +614,7 @@ jobs: minimum_free_mb: ${{ matrix.minimum_free_mb }} root_location: ${{ matrix.root_location || 'partition=2' }} shrink_image: ${{ matrix.shrink_image || 'yes' }} - commands: pwd && java -jar /opt/photonvision/*.jar --smoketest --platform=${{ matrix.plat_override }} + commands: pwd && ls /opt/photonvision && java -jar /opt/photonvision/photonvision.jar --smoketest --platform=${{ matrix.plat_override }} matrix-checker: # This job always runs last to set the overall result based on the matrix jobs. If any matrix job failed, this job will fail. From dca5950200f8c865ef7a41e7070d7c676f38af8e Mon Sep 17 00:00:00 2001 From: samfreund Date: Mon, 25 May 2026 22:01:49 -0500 Subject: [PATCH 4/4] hhmmmmmm --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31d48f7bea..2233a4f2e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -614,7 +614,7 @@ jobs: minimum_free_mb: ${{ matrix.minimum_free_mb }} root_location: ${{ matrix.root_location || 'partition=2' }} shrink_image: ${{ matrix.shrink_image || 'yes' }} - commands: pwd && ls /opt/photonvision && java -jar /opt/photonvision/photonvision.jar --smoketest --platform=${{ matrix.plat_override }} + commands: pwd && ls /opt/photonvision/photonvision_config && java -jar /opt/photonvision/photonvision.jar --smoketest --platform=${{ matrix.plat_override }} matrix-checker: # This job always runs last to set the overall result based on the matrix jobs. If any matrix job failed, this job will fail.