Skip to content

ci: use new central secure docs workflow - #691

Merged
AlexanderLanin merged 3 commits into
eclipse-score:mainfrom
etas-contrib:wf
Aug 5, 2026
Merged

ci: use new central secure docs workflow#691
AlexanderLanin merged 3 commits into
eclipse-score:mainfrom
etas-contrib:wf

Conversation

@AlexanderLanin

@AlexanderLanin AlexanderLanin commented Aug 5, 2026

Copy link
Copy Markdown
Member

Note: this PR does not have a preview as it needs to land on main first

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //src:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: a981616f-664a-4ccb-aa9b-81a5fa593449
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: src
WARNING: Target pattern parsing failed.
ERROR: Skipping '//src:license-check': no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
ERROR: no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
INFO: Elapsed time: 6.805s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR migrates the repository’s CI/docs automation to use centrally maintained Eclipse S-CORE reusable workflows, replacing the previous combined “test + docs” workflow with a PR checks workflow plus a separate docs publishing workflow.

Changes:

  • Remove the legacy combined workflow (test_and_docs.yml).
  • Extend on-pr.yml to run unit tests via a local reusable workflow and build docs via the central docs workflow, and add tag/release triggers.
  • Add docs-publish.yml to publish documentation via a central workflow after successful “PR Checks” runs, and convert _test.yml to be workflow_call-only.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/test_and_docs.yml Removes the legacy combined tests/verify/docs workflow.
.github/workflows/on-pr.yml Updates PR Checks triggers and adds unit-tests + docs-build jobs via reusable workflows.
.github/workflows/docs-publish.yml Adds a workflow-run-based docs publishing pipeline using the central publish workflow.
.github/workflows/_test.yml Makes tests reusable-only by removing direct pull_request trigger.

Comment thread .github/workflows/on-pr.yml Outdated
Comment thread .github/workflows/docs-publish.yml
Comment thread .github/workflows/on-pr.yml
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

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

@AlexanderLanin
AlexanderLanin merged commit ace1831 into eclipse-score:main Aug 5, 2026
19 of 21 checks passed
@AlexanderLanin
AlexanderLanin deleted the wf branch August 5, 2026 09:29
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.

4 participants