-
Notifications
You must be signed in to change notification settings - Fork 46
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
fix ci build error #77
Conversation
Signed-off-by: warjiang <[email protected]>
Signed-off-by: warjiang <[email protected]>
3bd889e
to
3ea223d
Compare
/assign @RainbowMango |
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.
Get it.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* fix: update invoke of GetNamespaces Signed-off-by: warjiang <[email protected]> * ci: only build and push image in karmada-io/dashboard repo Signed-off-by: warjiang <[email protected]> --------- Signed-off-by: warjiang <[email protected]> Signed-off-by: axif <[email protected]>
* fix: update invoke of GetNamespaces Signed-off-by: warjiang <[email protected]> * ci: only build and push image in karmada-io/dashboard repo Signed-off-by: warjiang <[email protected]> --------- Signed-off-by: warjiang <[email protected]> Signed-off-by: axif <[email protected]>
* fix: update invoke of GetNamespaces Signed-off-by: warjiang <[email protected]> * ci: only build and push image in karmada-io/dashboard repo Signed-off-by: warjiang <[email protected]> --------- Signed-off-by: warjiang <[email protected]> Signed-off-by: chouchongYHMing <[email protected]>
What type of PR is this?
/kind bug
/kind flake
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Fix ci build error:
CI build error 👉🏻:https://github.com/karmada-io/dashboard/actions/runs/10279472346/job/28444903136
in the PR: https://github.com/karmada-io/dashboard/pull/61/files
I updated the signature of
GetNamespaces
https://github.com/karmada-io/dashboard/blob/48a9a9740c3a2c3436fb1319d68579e78a7af9c3/ui/apps/dashboard/src/services/namespace.ts#L17C1-L30C2
But did not update the invoke of
GetNamespaces
insrc/pages/multicloud-resource-manage/workload/index.tsx
https://github.com/karmada-io/dashboard/blob/48a9a9740c3a2c3436fb1319d68579e78a7af9c3/ui/apps/dashboard/src/pages/multicloud-resource-manage/workload/index.tsx#L34C3-L40C6
Then it caused one typescript error.
Optimize ci push image:
I always receive ci push image error as following
so I decided to execute push image conditionally, only push images for repo
karmada-io/dashboard
Special notes for your reviewer:
After solve the ci build error, i'll continue the process of resolving conflict
Does this PR introduce a user-facing change?: