Skip to content

fix(ci): deduplicate smoke test artifact name for dual Linux builds#431

Merged
koala73 merged 1 commit into
mainfrom
fix/ci-artifact-name-conflict
Feb 26, 2026
Merged

fix(ci): deduplicate smoke test artifact name for dual Linux builds#431
koala73 merged 1 commit into
mainfrom
fix/ci-artifact-name-conflict

Conversation

@koala73

@koala73 koala73 commented Feb 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Both ubuntu-24.04 (x64) and ubuntu-24.04-arm (ARM64) matrix entries run the smoke test and upload a screenshot artifact with the static name linux-smoke-test-screenshot
  • upload-artifact@v4 rejects duplicate names with 409 Conflict (v3 merged, v4 errors)
  • Fix: append ${{ matrix.label }}linux-smoke-test-screenshot-Linux-x64 / linux-smoke-test-screenshot-Linux-ARM64

CI log proof from run 22452393753: the ARM64 "Upload smoke test screenshot" step fails on the exact artifact name collision.

Test plan

  • Re-trigger v2.5.14 build (or push a new tag) and verify both Linux builds complete without 409

Both ubuntu-24.04 (x64) and ubuntu-24.04-arm (ARM64) upload a smoke
test screenshot with the static name `linux-smoke-test-screenshot`.
upload-artifact@v4 rejects duplicate names with 409 Conflict.

Append matrix.label so each gets a unique artifact name.

CI log proof: run 22452393753 shows the ARM64 "Upload smoke test
screenshot" step failing on the exact artifact name collision.
@vercel

vercel Bot commented Feb 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
worldmonitor Building Building Preview, Comment Feb 26, 2026 5:32pm
worldmonitor-finance Building Building Preview, Comment Feb 26, 2026 5:32pm
worldmonitor-happy Building Building Preview, Comment Feb 26, 2026 5:32pm
worldmonitor-startup Building Building Preview, Comment Feb 26, 2026 5:32pm

Request Review

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@koala73
koala73 merged commit 6dcedbb into main Feb 26, 2026
4 of 6 checks passed
@koala73 koala73 mentioned this pull request Feb 26, 2026
facusturla pushed a commit to facusturla/worldmonitor that referenced this pull request Feb 27, 2026
…oala73#431)

Both ubuntu-24.04 (x64) and ubuntu-24.04-arm (ARM64) upload a smoke
test screenshot with the static name `linux-smoke-test-screenshot`.
upload-artifact@v4 rejects duplicate names with 409 Conflict.

Append matrix.label so each gets a unique artifact name.

CI log proof: run 22452393753 shows the ARM64 "Upload smoke test
screenshot" step failing on the exact artifact name collision.
JameelHao added a commit to JameelHao/ireland-monitor that referenced this pull request Mar 25, 2026
Add new Universities map layer for Ireland variant showing major
universities and research institutions.

New universities (9 total):
- Trinity College Dublin (TCD): QS #81, Dublin
- University College Dublin (UCD): QS #171, Dublin
- Dublin City University (DCU): QS koala73#436, Dublin
- Maynooth University: Maynooth
- University College Cork (UCC): QS koala73#292, Cork
- University of Galway (NUIG): QS koala73#289, Galway
- University of Limerick (UL): QS koala73#431, Limerick
- TU Dublin: Dublin
- RCSI: Dublin

Changes:
- New file: src/config/variants/ireland/data/universities.ts
- Add irelandUniversities to MapLayers type
- Add Universities layer to DeckGLMap with academic blue (#1E40AF)
- Enhanced pulse animation (1.5x radius, 2s period)
- Add Legend entry '🎓 Universities'
- Add popup rendering for universities
- Add CompanyProfile support for university lookup
- Add 'university' to CompanyTag type

Closes #159
JameelHao added a commit to JameelHao/ireland-monitor that referenced this pull request Mar 25, 2026
Add new Universities map layer for Ireland variant showing major
universities and research institutions.

New universities (9 total):
- Trinity College Dublin (TCD): QS #81, Dublin
- University College Dublin (UCD): QS #171, Dublin
- Dublin City University (DCU): QS koala73#436, Dublin
- Maynooth University: Maynooth
- University College Cork (UCC): QS koala73#292, Cork
- University of Galway (NUIG): QS koala73#289, Galway
- University of Limerick (UL): QS koala73#431, Limerick
- TU Dublin: Dublin
- RCSI: Dublin

Changes:
- New file: src/config/variants/ireland/data/universities.ts
- Add irelandUniversities to MapLayers type
- Add Universities layer to DeckGLMap with academic blue (#1E40AF)
- Enhanced pulse animation (1.5x radius, 2s period)
- Add Legend entry '🎓 Universities'
- Add popup rendering for universities
- Add CompanyProfile support for university lookup
- Add 'university' to CompanyTag type

Closes #159
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant