-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Chore] Replace buildkite ci with github-actions #267
Conversation
Generated by 🚫 Danger |
c07bd1e
to
63f53eb
Compare
I propose to rebase this on top of #258 and merge this PR afterwards |
59fca08
to
a31d78f
Compare
2d2bd78
to
b279861
Compare
@rvem there are a bunch of license notices still mentioning 2022, should I update them? I just rebased the pr onto master |
Now why does xrefcheck fail 🤔 I didn't change anything about those files |
ea8f514
to
53b6672
Compare
.github/workflows/autorelease.yml
Outdated
run: | | ||
nix build -L .#docker-image | ||
nix shell .#skopeo -c ./scripts/upload-docker-image.sh "docker-archive:$(readlink result)" "docker://docker.io/serokell/xrefcheck:latest" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
path: result/bin/xrefcheck | ||
|
||
- name: Xrefcheck itself | ||
run: nix run . -L |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had
retry:
automatic:
limit: 2
for it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, nick-fields/retry@v2.8.3 doesn't work well with nix:(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it mean there is no way for us to configure some step to automatically retry N times?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is a way, but this will require some additional research to fix but I didn't want to spend too much time on this right now:(
3d2cce9
to
7dab3af
Compare
They seem to be quite old and cause
7dab3af
to
b3c67d4
Compare
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it mean? Do we have submodules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, several libraries for bats
:
https://github.com/serokell/xrefcheck/tree/master/tests/golden/helpers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, ok.
Seems like I need to recreate PR to disable the buildkite check |
Description
Related issue(s)
Fixes #
✅ Checklist for your Pull Request
Ideally a PR has all of the checkmarks set.
If something in this list is irrelevant to your PR, you should still set this
checkmark indicating that you are sure it is dealt with (be that by irrelevance).
Related changes (conditional)
Tests
silently reappearing again.
Documentation
Public contracts
of Public Contracts policy.
and
Stylistic guide (mandatory)
✓ Release Checklist
package.yaml
.under the "Unreleased" section to a new section for this release version.
vX.Y.Z
.xrefcheck-action
.