Skip to content

CI Github action work flow#171

Merged
volcano-sh-bot merged 6 commits intovolcano-sh:mainfrom
jayesh9747:main
Sep 12, 2025
Merged

CI Github action work flow#171
volcano-sh-bot merged 6 commits intovolcano-sh:mainfrom
jayesh9747:main

Conversation

@jayesh9747
Copy link
Contributor

PR Description: Add CI Jobs for Frontend & Backend

This PR adds automated CI jobs for both the frontend and backend to improve code quality and reliability. The following checks have been included: Frontend & Backend Jobs

  1. Format Checker: Ensures code formatting consistency using the project's formatting rules.
  2. Build: Verifies that the project builds successfully without errors.
  3. Lint Checker: Runs linting tools to catch syntax issues, code smells, and maintain coding standards.

These steps help maintain a clean and stable codebase across all areas of the application.

Signed-off-by: jayesh@9747 <112215167@cse.iiitp.ac.in>
@volcano-sh-bot
Copy link
Contributor

Welcome @jayesh9747!

It looks like this is your first PR to volcano-sh/dashboard.

Thank you, and welcome to Volcano. 😃

Signed-off-by: jayesh@9747 <112215167@cse.iiitp.ac.in>
Signed-off-by: jayesh@9747 <112215167@cse.iiitp.ac.in>
Signed-off-by: jayesh@9747 <112215167@cse.iiitp.ac.in>
@jayesh9747
Copy link
Contributor Author

/assign @Monokaix

@Monokaix
Copy link
Member

We already have format check ci in https://github.com/volcano-sh/dashboard/blob/main/.github/workflows/formatting.yml, maybe we can add build check ci for both frontend and backend.

if: success()
run: echo "Frontend server started successfully ✅"

backend:
Copy link
Member

Choose a reason for hiding this comment

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

IMO, we don't have to emphasize to seperate frontend and backend, just focus on build/test for both of them.

Signed-off-by: jayesh@9747 <112215167@cse.iiitp.ac.in>
}
}
]
rules: [
Copy link
Member

Choose a reason for hiding this comment

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

Should we also ignore document?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

could you explain furthure , i can't get it.

Copy link
Member

Choose a reason for hiding this comment

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

I mean we don't have to format .md files, and just ignore them is ok.

@Monokaix
Copy link
Member

Monokaix commented Jul 7, 2025

Please also add docker image build check in build.yaml, ref: https://github.com/volcano-sh/dashboard/blob/main/CONTRIBUTING.md#inside-kubernetes-cluster

Signed-off-by: Alivestars24 <vaishnavimandhani2@gmail.com>
@Monokaix
Copy link
Member

/approve

@volcano-sh-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Monokaix

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@JesseStutler
Copy link
Member

/lgtm

1 similar comment
@JesseStutler
Copy link
Member

/lgtm

@volcano-sh-bot volcano-sh-bot merged commit 1a0339f into volcano-sh:main Sep 12, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments