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

cleanup: use url from manifest.cue to download k8s #4443

Closed
wants to merge 15 commits into from

Conversation

timmy-wright
Copy link
Contributor

@timmy-wright timmy-wright commented May 29, 2024

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Start getting all config information from manifest.json/cue instead of hardcoding it.

Which issue(s) this PR fixes:

Requirements:

Special notes for your reviewer:

Release note:

none

@coveralls
Copy link

coveralls commented May 29, 2024

Pull Request Test Coverage Report for Build 9396018292

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 75.969%

Totals Coverage Status
Change from base Build 9391048874: 0.0%
Covered Lines: 2627
Relevant Lines: 3458

💛 - Coveralls

if: always()
with:
files: |
test-results/**/*.xml
Copy link
Contributor

Choose a reason for hiding this comment

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

I forgot does the glob pattern ** also looks in the current dir ? Since test-results/bats_shell.junit.xml is not found in any subdirectory

assert_called rm -f /var/lib/man-db/auto-update
}

@test "failing test" {
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm guessing this is simply to test that the logic works and it's not tone committed ?

Copy link
Collaborator

@cameronmeissner cameronmeissner left a comment

Choose a reason for hiding this comment

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

maybe we want to create a separate PR for the new shell unit testing stuff?

otherwise I think we decided to move towards components.json and away from manifest.cue/json

@cameronmeissner
Copy link
Collaborator

closing for now, feel free to reopen

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.

None yet

4 participants