Skip to content

Conversation

@nicu1989
Copy link
Member

@nicu1989 nicu1989 commented Jun 4, 2025

Switch to incremental build that now accepts github_user and github_repo as parameters.

Works only after merging: eclipse-score/cicd-workflows#23

Ex: bazel run //docs:incremental_latest -- --github_user=my-handle --github_repo=my-repo

Fork preview: nicu1989#4

Related: #53

Incremental build now accepts parameters.

Ex: bazel run //docs:incremental_latest -- --github_user=my-handle --github_repo=my-repo

Signed-off-by: Nicolae Dicu <Nicolae.Dicu.ext@qorix.ai>
@github-actions
Copy link

github-actions bot commented Jun 4, 2025

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //src:license-check

Status: ✅ Passed

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 81360089-fafd-43b6-9fd8-ebbcc3dd3620
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: src
Loading: 0 packages loaded
    currently loading: src
Analyzing: target //src:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //src:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //src:license-check (97 packages loaded, 10 targets configured)

Analyzing: target //src:license-check (142 packages loaded, 884 targets configured)

Analyzing: target //src:license-check (149 packages loaded, 1784 targets configured)

Analyzing: target //src:license-check (157 packages loaded, 2682 targets configured)

Analyzing: target //src:license-check (158 packages loaded, 2684 targets configured)

Analyzing: target //src:license-check (161 packages loaded, 4815 targets configured)

INFO: Analyzed target //src:license-check (162 packages loaded, 4941 targets configured).
INFO: Found 1 target...
Target //src:license.check.license_check up-to-date:
  bazel-bin/src/license.check.license_check
  bazel-bin/src/license.check.license_check.jar
INFO: Elapsed time: 15.947s, Critical Path: 0.38s
INFO: 13 processes: 4 disk cache hit, 9 internal.
INFO: Build completed successfully, 13 total actions
INFO: Running command line: bazel-bin/src/license.check.license_check src/formatted.txt -review -project automotive.score -repo https://github.com/eclipse-score/docs-as-code -token otyhZ4eaRYK1tKLNNF-Y
[main] INFO Querying Eclipse Foundation for license data for 83 items.
[main] INFO Found 58 items.
[main] INFO Querying ClearlyDefined for license data for 25 items.
[main] INFO Found 25 items.
[main] INFO Vetted license information was found for all content. No further investigation is required.

@github-actions
Copy link

github-actions bot commented Jun 4, 2025

The created documentation from the pull request is available at: docu-html


with:
bazel-target: "//docs:github_pages__release"
bazel-target: "//docs:incremental_release -- --github_user=${{ github.repository_owner }} --github_repo=${{ github.event.repository.name }}"
Copy link
Member

Choose a reason for hiding this comment

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

The parameters belong into cicd-workflows, don't they? As they are generic, we don't need to force users to write them out.

@AlexanderLanin AlexanderLanin merged commit 9a5e2c9 into eclipse-score:main Jun 4, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants