Configuring CI Using GitLab and Nx

See original GitHub issue

Documentation issue

  • Reporting a typo
  • Reporting a documentation bug
  • Documentation improvement
  • Documentation feedback

Is there a specific documentation page you are reporting?

https://nx.dev/ci/monorepo-ci-gitlab

Additional context or description

Is this setup for Gitlab CI/CD correct? It starts all of the jobs workspace-lint, format-check,lint, test, build at the same time and all of them are installing yarn. It seems kinda unoptimized but I am no expert. Also I am not using Nx Cloud to be clear. Can somebody explain to me the reason for this implementation or suggest a better one?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AgentEndercommented, Jul 28, 2022

nx.dev/community has some info for the community slack

0reactions
michalvadakcommented, Jul 28, 2022

Thank you for your time. Is there any place where I can discuss the implementation of Nx monorepo with someone like you or even you? I don’t want to spam this issue with irrelevant stuff.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting up GitLab - Nx
Configuring CI Using GitLab and Nx ... Below is an example of a GitLab pipeline setup for an Nx workspace only building and...
Read more >
yannickglt/nx-gitlab-build - GitHub
This example will use Gitlab CI, but you'll find similar setup for Azure Pipelines and Jenkins on Nx organization. To see CI runs...
Read more >
Blazing Fast Distributed CI with Nx | by Victor Savkin - Nx Blog
In this article we will look at how to use Nx to make sure your CI remains… ... but very similar setups will...
Read more >
Files · master · Yannick Galatol / nx-gitlab-build
Example of setting up distributed Gitlab CI build for Nx workspace.
Read more >
How to build Nx monorepo apps in Gitlab CI Runner
Install yarn dependencies and cache them in order to don't have to yarn install in every jobs · Test all of my modified...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found