Skip to content

Commit cf36dc8

Browse files
committed
chore(repo): fix agents
1 parent b4db833 commit cf36dc8

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
/libs/vscode/nx-cloud-onboarding-webview/ @MaxKless
1414

15-
/../../nx/packages/gradle/project-graph/ @MaxKless
16-
1715
/libs/vscode/nx-help-and-feedback-view/ @MaxKless
1816

1917
/libs/vscode/typescript-import-plugin/ @MaxKless

.github/workflows/ci_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Start the Nx Cloud CI Run
5353
run: |
54-
yarn dlx nx-cloud start-ci-run --distribute-on=".nx/workflows/linux-distribution-config.yaml" --with-env-vars="GIT_AUTHOR_EMAIL,GIT_AUTHOR_NAME,GIT_COMMITTER_EMAIL,GIT_COMMITTER_NAME,NX_CI_EXECUTION_ENV,NX_VERBOSE_LOGGING,JAVA_VERSION"
54+
yarn dlx nx-cloud start-ci-run --distribute-on="2 linux-large-js" --with-env-vars="GIT_AUTHOR_EMAIL,GIT_AUTHOR_NAME,GIT_COMMITTER_EMAIL,GIT_COMMITTER_NAME,NX_CI_EXECUTION_ENV,NX_VERBOSE_LOGGING,JAVA_VERSION"
5555
5656
- name: Gradle Wrapper Validation
5757
uses: gradle/actions/wrapper-validation@v3

.nx/workflows/agents.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
common-env: &common-env
2-
GRADLE_USER_HOME: ~/workspace/.gradle
2+
NX_VERBOSE_LOGGING: true
33
common-init-steps: &common-init-steps
44
- name: Checkout
55
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/checkout/main.yaml'

apps/intellij/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ intellijPlatform {
162162
intellijPlatformTesting {
163163
runIde {
164164
create("runIntelliJLatest") {
165-
version = "252.18003.27"
165+
// Use the same version as the main platform to avoid downloading multiple IDEs
166+
useInstaller = false
166167
prepareSandboxTask {
167168
from(nxlsRoot) {
168169
include("**")

0 commit comments

Comments
 (0)