Skip to content

Migrate to jfrog/boost#746

Open
attiasas wants to merge 2 commits intojfrog:devfrom
attiasas:move_to_boost
Open

Migrate to jfrog/boost#746
attiasas wants to merge 2 commits intojfrog:devfrom
attiasas:move_to_boost

Conversation

@attiasas
Copy link
Copy Markdown
Collaborator

@attiasas attiasas commented May 5, 2026

ci(workflows): migrate test workflow from jfrog-fastci/fastci to jfrog/boost

Summary

This change switches the GitHub Actions workflow used for CI optimization in .github/workflows/test.yml from jfrog-fastci/fastci@v0 to jfrog/boost@v0. Inputs tied to the old FastCI action (fastci_otel_token / FASTCI_TOKEN, install_bashi, and enabled_optimizations for go_test_junit_optimization) are removed so the workflow matches the new action’s interface.

Changes

  • .github/workflows/test.yml: In every job that ran “Start FastCI Optimization,” replace uses: jfrog-fastci/fastci@v0 with uses: jfrog/boost@v0.
  • Inputs: Keep only github_token: ${{ secrets.GITHUB_TOKEN }} for that step; drop fastci_otel_token, install_bashi, and enabled_optimizations everywhere they appeared (including the variant that had install_bashi: true on the first job).

@attiasas attiasas added ignore for release Automatically generated release notes safe to test Approve running integration tests on a pull request labels May 5, 2026
@github-actions github-actions Bot removed the safe to test Approve running integration tests on a pull request label May 5, 2026
@attiasas attiasas added the safe to test Approve running integration tests on a pull request label May 5, 2026
@github-actions github-actions Bot removed the safe to test Approve running integration tests on a pull request label May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore for release Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant