Skip to content

fix: replace non-existent dtolnay/rust-action with dtolnay/rust-toolchain#14

Merged
rwilliamspbg-ops merged 11 commits into
mainfrom
copilot/fix-failing-github-actions-job
Jul 9, 2026
Merged

fix: replace non-existent dtolnay/rust-action with dtolnay/rust-toolchain#14
rwilliamspbg-ops merged 11 commits into
mainfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

The build-server and integration-tests CI jobs were failing immediately at runner startup because they referenced dtolnay/rust-action, which does not exist as a GitHub Action. The correct action is dtolnay/rust-toolchain.

Changes

  • .github/workflows/ci-cd.yml: Replace dtolnay/rust-action@stabledtolnay/rust-toolchain@stable in both the build-server and integration-tests jobs
# Before (broken)
- name: Install Rust
  uses: dtolnay/rust-action@stable

# After
- name: Install Rust
  uses: dtolnay/rust-toolchain@stable

Copilot AI changed the title [WIP] Fix the failing GitHub Actions job build-server fix: replace non-existent dtolnay/rust-action with dtolnay/rust-toolchain Jul 9, 2026
Copilot AI requested a review from rwilliamspbg-ops July 9, 2026 16:13
qwen-intl and others added 2 commits July 9, 2026 16:50
- Modified .gitignore to remove unnecessary ignore rules as no files should be ignored
- Updated prototype/service_discovery.py to add health and API endpoints for service discovery including /health and /api/workers routes
- Modified prototype/worker_secure.py to add health check endpoint at /health and worker listing at /api/workers, plus improved telemetry metrics with percentiles

The changes enhance service monitoring capabilities by providing health check endpoints and worker discovery APIs for better system observability.
…eck-failure-8e068

Update from task 3ed10d67-2f52-4c60-aa0e-c85423b8e068
@rwilliamspbg-ops rwilliamspbg-ops marked this pull request as ready for review July 9, 2026 21:38
@rwilliamspbg-ops rwilliamspbg-ops merged commit ea377ea into main Jul 9, 2026
8 checks passed
@rwilliamspbg-ops rwilliamspbg-ops deleted the copilot/fix-failing-github-actions-job branch July 9, 2026 21:38
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.

3 participants