superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.36k stars 224 forks source link

Build flyctl before GPU integration tests #3631

Closed ndarilek closed 4 weeks ago

ndarilek commented 4 weeks ago

This duplicates effort a bit and might be worth investigating, but without it, flyctl isn't available to download when the preflight_gpu workflow runs on schedule.

Reusing the workflow directly would trigger an additional preflight (non-GPU) run. This may be OK--it's just a question of what scope we want for this change and whether or not extra preflight runs are worth less duplication.

Change Summary

What and Why:

How:

Related to:


Documentation