-
Notifications
You must be signed in to change notification settings - Fork 63
Modify make build to compile the integration tests #278
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
Modify make build to compile the integration tests #278
Conversation
Migrate filesystem API Group to library model
Migrate disk API group to library model
Migrate volume API group to library model
Migrate system API group to library model
feat: migrate smb API group to library model
Migrate iscsi API group to library model
Remove v1 integration tests
Remove v1 client and pkg code
Document API group interface methods
…api-groups Rename Smb to SMB
Remove compatibility methods for old API versions
Document structs used in API group interfaces
…api-groups Rename iscsi to iSCSI
…api-groups Rename iqn to IQN
…api-groups Rename Id to ID
Delete Makefile checks from GitHub actions
Rename API to HostAPI
Rename typo in file name
test: migrate tests to HostProcess pods
Bump version to v2
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alexander-ding The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
74502e5 Merge pull request kubernetes-csi#278 from liangyuanpeng/migrate_k8s_testimages 5334430 Merge pull request kubernetes-csi#281 from kubernetes-csi/dependabot/github_actions/actions/checkout-5 458ce14 Bump actions/checkout from 4 to 5 5f38a90 Merge pull request kubernetes-csi#282 from rhrmo/update-go-1.24.6 579f624 Update go to 1.24.6 5ec1a52 use gcr.io/k8s-staging-test-infra instead of gcr.io/k8s-testimages git-subtree-dir: release-tools git-subtree-split: 74502e544bc6a17820892c0d490e8f0b59462998
What type of PR is this?
What this PR does / why we need it:
This is for making automated CI/CD easier but providing a good
make alltarget that also sanity checks that the package compiles.Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
/cc @mauriciopoppe