Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"latest" files in GCS buckets no longer updated #2655

Open
Xiretza opened this issue May 14, 2022 · 3 comments
Open

"latest" files in GCS buckets no longer updated #2655

Xiretza opened this issue May 14, 2022 · 3 comments
Labels
github_actions Pull requests that update GitHub Actions code in-progress type-infra Issues related to infra like travis.

Comments

@Xiretza
Copy link
Contributor

Xiretza commented May 14, 2022

The "latest" files in the GCS bucket, e.g. https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-toolchain-latest point to an old version of the toolchain (currently build 597 of fb1b251 from 2022-03-22), which makes it impossible for me to download a recent archive - looking at the GCS bucket would require owning and logging into a google account. Something in the CI pipeline should probably update those files when a new archive is pushed.

@umarcor
Copy link
Contributor

umarcor commented May 18, 2022

Updating the "latest" pointers was broken during the transition from Kokoro to custom GitHub Actions runners, and renaming the default branch from master to main. FTR, it was reported in the slack channel last week.

We are working on it:

Unfortunately, CI in this repo takes ~10h. Therefore, it is tedious to have these changes tested.

@umarcor umarcor added in-progress type-infra Issues related to infra like travis. github_actions Pull requests that update GitHub Actions code labels May 18, 2022
@Xiretza
Copy link
Contributor Author

Xiretza commented May 29, 2022

#2665 was merged 6 days ago, the latest links are still not being updated. What's the current status here? Maybe the links themselves have changed with the Symbiflow->F4PGA rename?

@umarcor
Copy link
Contributor

umarcor commented Jul 27, 2022

@Xiretza, there is some issue with credentials and it's taking longer than expected to restore the procedure that updates the GCS buckets. Meanwhile, we implemented an alternative using GitHub Releases. See https://github.com/SymbiFlow/f4pga-arch-defs/releases/tag/latest.

We will update and close this issue when GCS buckets are updated again. Then, you can decide to keep using the Releases or go back to using the GCS urls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code in-progress type-infra Issues related to infra like travis.
Projects
None yet
Development

No branches or pull requests

2 participants