Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35349
6d4a9ae9 Merge branch 'master' into fix-sandbox
by Jason Jean
J
Canceled
35349
fa703c93 fix(repo): depend on nx-dev:build for cross-site sitemap validation [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
35349
fa703c93 fix(repo): depend on nx-dev:build for cross-site sitemap validation [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
35349
Flaky task
→
e259c575 fix(repo): depend on nx-dev:build for cross-site sitemap validation validate-links reads nx-dev/nx-dev/public/sitemap-0.xml (restored by #35351) to validate cross-site links. Add nx-dev:build to dependsOn so the existing **/sitemap*.xml dependentTasksOutputFiles glob picks up nx-dev's sitemap output; before #35351 lands the existsSync guard in validate-links.ts no-ops.
by FrozenPandaz
F
Canceled
35349
d6af704e fix(repo): depend on nx-dev:build for cross-site sitemap validation validate-links reads nx-dev/nx-dev/public/sitemap-0.xml (restored by #35351) to validate cross-site links. Add nx-dev:build to dependsOn so the existing **/sitemap*.xml dependentTasksOutputFiles glob picks up nx-dev's sitemap output; before #35351 lands the existsSync guard in validate-links.ts no-ops.
by FrozenPandaz
F
Canceled
35349
6723715d revert: restore nx-dev sitemap read in validate-links nx-dev sitemap generation is being restored in #35351, so the cross-site link validation branch is still needed. Keep the narrowed dependentTasksOutputFiles glob on astro-docs:validate-links — that's independent of where the nx-dev sitemap comes from.
by FrozenPandaz
F
Canceled
35349
1567ad37 fix(gradle): disable cache on publishToMavenLocal so every agent publishes publishToMavenLocal writes to ~/.m2/repository/ which is outside the workspace and not a declarable Nx output. On a remote cache hit, Nx would skip launching gradle entirely, leaving ~/.m2/ empty on a fresh e2e agent and breaking plugin resolution from mavenLocal. Override cache: false so the publish runs on every agent; gradle's own up-to-date checks keep it cheap.
by FrozenPandaz
F
Canceled
35349
db03632f fix(gradle): disable cache on publishToMavenLocal so every agent publishes publishToMavenLocal writes to ~/.m2/repository/ which is outside the workspace and not a declarable Nx output. On a remote cache hit, Nx would skip launching gradle entirely, leaving ~/.m2/ empty on a fresh e2e agent and breaking plugin resolution from mavenLocal. Override cache: false so the publish runs on every agent; gradle's own up-to-date checks keep it cheap.
by FrozenPandaz
F
Canceled
35349
b2cf998b fix(repo): narrow validate-links deps and drop dead nx-dev sitemap read astro-docs:validate-links declared dependentTasksOutputFiles: "**/sitemap*.xml" on its build dep, but the script reads both HTML files and sitemaps from dist/. Narrow the inputs to the actual file types the script walks (**/*.html + **/sitemap*.xml). Also drop the nxDevSitemapPath read — next-sitemap generation was removed from nx-dev in #35315, so the existsSync branch was dead code.
by FrozenPandaz
F
Failed
35349
Fix ready
→
b70a0eb4 fix(gradle): gate signing on publish task and declare workspace wrapper inputs The inferred gradle:publishToMavenLocal target (now a dependsOn of e2e-gradle tests) doesn't pass -PskipSign=true, so signing tasks fail in CI without GPG keys. Replace the skipSign flag with setRequired({ hasTask("publish") }) so signing is only required when publishing to Maven Central via the `publish` lifecycle task; publishToMavenLocal silently no-ops when no keys are present. Also declare workspace gradle wrapper + gradle.properties as inputs on e2e-gradle e2e-local / e2e-ci--**/** targets, matching the input set the @nx/gradle plugin uses for its inferred gradle tasks. The bootstrap `gradle init` call in create-gradle-project must use the workspace wrapper since the fixture's wrapper doesn't exist yet.
by FrozenPandaz
F
Previous page
Previous
Next
Next page