From 1aafe3efda408307f348e8a9b02c6a1fdcbc54f2 Mon Sep 17 00:00:00 2001 From: Josh Sanchez Date: Sun, 20 Apr 2025 16:04:21 -0500 Subject: [PATCH 1/2] CI: Use tssm-build container for all jobs --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21e3d62..be6908f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: build: # This is a *private* build container. # See docs/github_actions.md for more information. - container: ghcr.io/bfbbdecomp/bfbb-build:main + container: ghcr.io/bfbbdecomp/tssm-build:main runs-on: ubuntu-latest strategy: @@ -72,7 +72,7 @@ jobs: build-non-matching: # This is a *private* build container. # See docs/github_actions.md for more information. - container: ghcr.io/bfbbdecomp/bfbb-build:main + container: ghcr.io/bfbbdecomp/tssm-build:main runs-on: ubuntu-latest strategy: @@ -118,7 +118,7 @@ jobs: build-previous: # This is a *private* build container. # See docs/github_actions.md for more information. - container: ghcr.io/bfbbdecomp/bfbb-build:main + container: ghcr.io/bfbbdecomp/tssm-build:main runs-on: ubuntu-latest strategy: From 82ad4c45db6ceb544545e1e983f2e542370cea5a Mon Sep 17 00:00:00 2001 From: Josh Sanchez Date: Sun, 20 Apr 2025 16:09:51 -0500 Subject: [PATCH 2/2] CI: Update report artifact folder paths in pr-comment job --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be6908f..169fae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -248,9 +248,9 @@ jobs: - name: Rename Artifacts run: | - mv artifacts/GQPE78_report/report.json artifacts/progress.json - mv artifacts/GQPE78_report/progress-commit.json artifacts/progress-commit.json - mv artifacts/GQPE78_previous/report.json artifacts/previous.json + mv artifacts/GGVE78_report/report.json artifacts/progress.json + mv artifacts/GGVE78_report/progress-commit.json artifacts/progress-commit.json + mv artifacts/GGVE78_previous/report.json artifacts/previous.json - name: Download OK bot id: download-ok