-
Notifications
You must be signed in to change notification settings - Fork 71
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
Remove outdated ci #408
Remove outdated ci #408
Conversation
These workflow are still using the hub cli which is outdated and we aren't actively managing the backlog especially in the community repo, so I don't think they work, or are required. Signed-off-by: stevenhorsman <[email protected]>
b388800
to
45f72f3
Compare
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.
.ci/static-checks.sh
Outdated
{ | ||
clone_kata_repo | ||
INSTALL_IN_GOPATH=false bash "${kata_repo_dir}/ci/install_yq.sh" | ||
bash "${kata_repo_dir}/tests/install_go.sh" -f -p |
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.
nit: indent ?
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.
Eek - a mix of tabs and spaces in here 😱
.github/workflows/main.yml
Outdated
|
||
- name: Running static checks | ||
run: | | ||
export PATH=${PATH}:${GOPATH}/bin |
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.
For extra safety, I'd put GOPATH/bin
first.
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.
Done. Thanks!
The static checks were using the version from kata-containers, an old version of go and had a bunch of travis references that don't seem to be required any longer, so try updating this and removing the redundant code. Whether all these checks are useful is debatable, but at least now they should be up-to-date. Signed-off-by: stevenhorsman <[email protected]>
45f72f3
to
587c0d1
Compare
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.
lgtm, thanks @stevenhorsman!
Remove project issues workflows
These workflow are still using the hub cli which is outdated
and we aren't actively managing the backlog especially
in the community repo, so I don't think they work, or
are required.
Rework static checks
The static checks were using the version from kata-containers,
an old version of go and had a bunch of travis references that
don't seem to be required any longer, so try updating this
and removing the redundant code.
Whether all these checks are useful is debatable, but at least
now they should be up-to-date.