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

Reenable caching for nix workflows #631

Merged
merged 1 commit into from Jan 30, 2024

Conversation

aaronmondal
Copy link
Contributor

@aaronmondal aaronmondal commented Jan 25, 2024

This has been fixed upstream. Pull the change in early to speed up
workflows significantly. This also includes missing github-token
fields which increase the API rate limit.

Fixes: #464

Type of change

  • Bug fix (non-breaking change which fixes an issue)

This change is Reviewable

Copy link

vercel bot commented Jan 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nativelink-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 30, 2024 2:54am

Copy link
Collaborator

@MarcusSorealheis MarcusSorealheis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 LGTMs obtained


.github/workflows/image.yaml line 30 at r1 (raw file):

        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          # TODO(aaronmondal): Remove after:

I am seeing this comment a few places but this PR was recently merged. As a result, should we remove it? I wasn't sure what was meant by the comment. Should this section be removed since 820 was merged or does it get skipped after, which is now, since it was just merged?

Copy link
Collaborator

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: % what marcus brought up.

Reviewed 5 of 5 files at r1, all commit messages.
Reviewable status: 1 of 1 LGTMs obtained

Copy link
Contributor

@adam-singer adam-singer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed all commit messages.
Reviewable status: 1 of 1 LGTMs obtained

Copy link
Collaborator

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 5 of 5 files at r2, all commit messages.
Reviewable status: 1 of 1 LGTMs obtained

The previous crashes have been fixed in Nix 2.19.3. Thix commit also
includes missing `github-token` fields which increase the API rate
limit.

Fixes: TraceMachina#464
Copy link
Collaborator

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 5 of 5 files at r3, all commit messages.
Reviewable status: 1 of 1 LGTMs obtained

Copy link
Collaborator

@MarcusSorealheis MarcusSorealheis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 2 of 1 LGTMs obtained

Copy link
Contributor Author

@aaronmondal aaronmondal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 2 of 1 LGTMs obtained


.github/workflows/image.yaml line 30 at r1 (raw file):

Previously, MarcusSorealheis (Marcus Eagan) wrote…

I am seeing this comment a few places but this PR was recently merged. As a result, should we remove it? I wasn't sure what was meant by the comment. Should this section be removed since 820 was merged or does it get skipped after, which is now, since it was just merged?

Done.

Copy link
Contributor Author

@aaronmondal aaronmondal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad. Added reviewers in the wrong way.

+@MarcusSorealheis +@adam-singer +@allada

Reviewable status: 2 of 3 LGTMs obtained (waiting on @adam-singer)

Copy link
Collaborator

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 2 of 2 LGTMs obtained

Copy link
Collaborator

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-@MarcusSorealheis

Reviewable status: 1 of 1 LGTMs obtained

Copy link
Collaborator

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dismissed @MarcusSorealheis from a discussion.
Reviewable status: :shipit: complete! 1 of 1 LGTMs obtained

@aaronmondal aaronmondal merged commit 6de799d into TraceMachina:main Jan 30, 2024
25 checks passed
Copy link
Contributor

@adam-singer adam-singer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed all commit messages.
Reviewable status: :shipit: complete! 1 of 1 LGTMs obtained

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.

OCI workflow overloads GHA cache
4 participants