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

Build FE on FE changes #11422

Merged
merged 9 commits into from
Mar 25, 2022
Merged

Build FE on FE changes #11422

merged 9 commits into from
Mar 25, 2022

Conversation

timroes
Copy link
Collaborator

@timroes timroes commented Mar 25, 2022

What

Builds the :airbyte-webapp project (via gradle), when FE code changes. This was not happening since we split the builds and thus accidentally the FE unit tests (jest) was never running on any PR.

@timroes timroes requested a review from davinchia March 25, 2022 11:49
@timroes timroes temporarily deployed to more-secrets March 25, 2022 12:35 Inactive
@timroes timroes temporarily deployed to more-secrets March 25, 2022 12:35 Inactive
needs: start-frontend-test-runner # required to start the main job when the runner is ready
runs-on: ${{ needs.start-frontend-test-runner.outputs.label }} # run the job on the newly created runner
timeout-minutes: 120
frontend-prepare:
Copy link
Contributor

@davinchia davinchia Mar 25, 2022

Choose a reason for hiding this comment

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

nit: I recommend combing the frontend-prepare with the frontend-build job into a single frontend-build job. I don't think there is value to separating these out as jobs. This helps declutter the github actions summary & simplifies the needs block in the stop runner job.

Copy link
Contributor

@davinchia davinchia left a comment

Choose a reason for hiding this comment

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

Nice! One minor comment before we ship!

@timroes timroes temporarily deployed to more-secrets March 25, 2022 19:33 Inactive
@timroes timroes temporarily deployed to more-secrets March 25, 2022 19:34 Inactive
@timroes timroes temporarily deployed to more-secrets March 25, 2022 19:51 Inactive
@timroes timroes temporarily deployed to more-secrets March 25, 2022 19:51 Inactive
@timroes timroes merged commit d26cf12 into master Mar 25, 2022
@timroes timroes deleted the tim/fe-build branch March 25, 2022 20:17
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.

2 participants