Skip to content

Conversation

@mfitz
Copy link
Contributor

@mfitz mfitz commented Mar 31, 2025

So, the PR I merged to fix the builds used the wrong git tag for some of the actions (v1.1.1 doesn't exist; we need v1.1.0 - see here). Unfortunately, one of the places where the tag was correct was (part of) the CI commit workflow, so the build was fixed for that workflow but broken for the Daily CI, so we only discovered it was broken after merging:

Screenshot 2025-03-31 at 12 37 52

Checklist

Any checks which are not relevant to the PR can be pre-checked by the PR creator.
All others should be checked by the reviewer(s).
You can add extra checklist items here if required by the PR.

  • CHANGELOG updated
  • Tests added to cover contribution
  • Documentation updated

@mfitz mfitz added the bug Something isn't working label Mar 31, 2025
needs: test
if: needs.test.result == 'success'
uses: arup-group/actions-city-modelling-lab/.github/workflows/[email protected].1
uses: arup-group/actions-city-modelling-lab/.github/workflows/[email protected].0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the broken tag here, but the correct tag on line 17, above, so the main linting and testing bit succeeded, but the AWS upload failed

@mfitz mfitz requested a review from syhwawa March 31, 2025 12:17
Copy link
Contributor

@gac55 gac55 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

happens to the best of us

@mfitz mfitz merged commit 78af00a into main Mar 31, 2025
7 checks passed
@mfitz mfitz deleted the fix-actions-version-tags branch March 31, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI Builds are broken

3 participants