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 Testdata under sourced control #5004

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Conversation

djsly
Copy link
Contributor

@djsly djsly commented Sep 27, 2024

convert script from sh to go, update makefile logic, adding testdata to gitignore

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@djsly djsly changed the title convert script from sh to go, update makefile logic, adding testdata … Remove Testdata under sourced control Sep 27, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11077857457

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 71.271%

Totals Coverage Status
Change from base Build 11077614065: 0.0%
Covered Lines: 2590
Relevant Lines: 3634

💛 - Coveralls

@@ -99,13 +106,6 @@ generate: bootstrap
./hack/tools/bin/cue export ./schemas/manifest.cue > ./parts/linux/cloud-init/artifacts/manifest.json
Copy link
Collaborator

Choose a reason for hiding this comment

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

should we make a validate-manifest as well?

personally I actually think we can remove all references to manifest.json from everywhere except the provisioning scripts themselves, since we no longer actually use it when building VHDs. though we'll need to keep using it as a fallback in the provisioning scripts for cases where newer CSE/customdata is running on older VHDs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's used by NVIDIA?GPU , need to check with Ganesh. My goal was to get ride of those line.

@@ -19,6 +19,10 @@ test/e2e/kubernetes/junit.xml
_logs/
*.swp

# test data
pkg/agent/testdata/
Copy link
Collaborator

Choose a reason for hiding this comment

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

still not sure we can just do this, will discuss offline

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