Revert: Undo Blacksmith migration from PR #559 #561
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR reverts the Blacksmith runner migration introduced in PR #559. The changes restore the original GitHub Actions configuration:
runs-onfrom Blacksmith runners (blacksmith-4vcpu-ubuntu-2404,blacksmith-4vcpu-ubuntu-2404-arm) back to GitHub-hosted runners (ubuntu-latest,ubuntu-24.04-arm)useblacksmith/setup-docker-builder@v1back todocker/setup-buildx-action@v3useblacksmith/build-push-action@v2back todocker/build-push-action@v5/v6cache-from: type=gha,cache-to: type=gha,mode=max)Additional changes (per user request):
container: pyramation/node-sqitch:20.12.0from the test workflowlocalhost(PGHOST,MINIO_ENDPOINT,TEST_DATABASE_URL)actions/setup-node@v4step with Node.js 20Files changed:
docker-launchql.yaml,docker.yaml,run-tests.yamlReview & Testing Checklist for Human
node-sqitchcontainer is a significant change; tests now run directly on the runner and may be missing dependencies (e.g.,sqitchCLI if any tests require it)localhostinstead of Docker network hostnamesNotes
Requested by: Dan Lynch (@pyramation)
Link to Devin run: https://app.devin.ai/sessions/54faae16c78b4b8e9d5f3a96b2ce062b