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

Remove outdated ci #408

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Conversation

stevenhorsman
Copy link
Member

@stevenhorsman stevenhorsman commented Oct 10, 2024

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.

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]>
@stevenhorsman stevenhorsman force-pushed the remove-outdated-ci branch 12 times, most recently from b388800 to 45f72f3 Compare October 10, 2024 12:39
@stevenhorsman stevenhorsman marked this pull request as ready for review October 10, 2024 12:40
Copy link
Member

@gkurz gkurz left a comment

Choose a reason for hiding this comment

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

I've left some comments but anyway

/lgtm

Thanks @stevenhorsman !

{
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
Copy link
Member

Choose a reason for hiding this comment

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

nit: indent ?

Copy link
Member Author

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 😱


- name: Running static checks
run: |
export PATH=${PATH}:${GOPATH}/bin
Copy link
Member

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.

Copy link
Member Author

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]>
Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

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

lgtm, thanks @stevenhorsman!

@fidencio fidencio merged commit 105226b into kata-containers:main Oct 10, 2024
3 checks passed
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.

3 participants