-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: move Busola web and backend build to github actions #3124
Conversation
Skipping CI for Draft Pull Request. |
/test all |
paths: | ||
- ".github/workflows/busola-backend-build.yml" | ||
- "backend/**" | ||
- "public/**" | ||
- "src/**" | ||
- "tests/**" | ||
- "package.json" | ||
- "Makefile" | ||
- "Dockerfile" | ||
pull_request_target: | ||
types: [opened, edited, synchronize, reopened, ready_for_review] | ||
paths: | ||
- ".github/workflows/busola-backend-build.yml" | ||
- "backend/**" | ||
- "public/**" | ||
- "src/**" | ||
- "tests/**" | ||
- "package.json" | ||
- "Makefile" | ||
- "Dockerfile" |
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.
paths should be the same as run_if_changed
in the previous prow flow
https://github.com/kyma-project/test-infra/blob/main/prow/jobs/kyma-project/busola/busola-backend/busola-backend.yaml#L12
paths: | ||
- ".github/workflows/busola-web-build.yml" | ||
- "backend/**" | ||
- "public/**" | ||
- "src/**" | ||
- "tests/**" | ||
- "package.json" | ||
- "Makefile" | ||
- "Dockerfile" | ||
pull_request_target: | ||
types: [opened, edited, synchronize, reopened, ready_for_review] | ||
paths: | ||
- ".github/workflows/busola-web-build.yml" | ||
- "backend/**" | ||
- "public/**" | ||
- "src/**" | ||
- "tests/**" | ||
- "package.json" | ||
- "Makefile" | ||
- "Dockerfile" |
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.
paths should be the same as run_if_changed in the previous prow flow
Description
Changes proposed in this pull request:
Related issue(s)
Definition of done
backlog#4567