Skip to content

chore: add cache-maintenance, bump workflow versions - #162

Open
ryan-steel wants to merge 4 commits into
eclipse-score:mainfrom
etas-contrib:add-caching-to-workflows
Open

chore: add cache-maintenance, bump workflow versions#162
ryan-steel wants to merge 4 commits into
eclipse-score:mainfrom
etas-contrib:add-caching-to-workflows

Conversation

@ryan-steel

Copy link
Copy Markdown
Contributor

Improvement

Description

Add cache maintenance workflow to pre-populate GitHub Actions cache with QNX SDP and external dependencies. Requires updating cicd-workflows from v0.0.2 to latest.

Why cicd-workflows Update is Required

Current Version

  • v0.0.2 (93aac16ada7d247bbb6ae926509ddea74cf5213a)
  • Released before cache-maintenance.yml workflow existed
  • Uses old caching model incompatible with proactive cache warming

Target Version

  • Latest HEAD (c644440e1f98e65db039cd66bcaa557314e6201b)
  • 44 commits ahead of v0.0.2
  • Contains critical infrastructure for cache maintenance

Related ticket

closes #161

@github-project-automation github-project-automation Bot moved this to In Progress in TIM - Time FT Aug 7, 2026
@ryan-steel
ryan-steel marked this pull request as ready for review August 7, 2026 13:49
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //: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: cac71176-62c2-42ed-ad03-6cf2276eed53
Computing main repo mapping: 
WARNING: /home/runner/work/time/time/MODULE.bazel:13:7: The attribute 'compatibility_level' in module() is a no-op and will be removed in a future Bazel release. Please remove it from your MODULE.bazel file.
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 3 packages loaded
Loading: 3 packages loaded
    currently loading: 
Loading: 3 packages loaded
    currently loading: 
Loading: 3 packages loaded
    currently loading: 
Loading: 3 packages loaded
    currently loading: 
Analyzing: target //:license-check (4 packages loaded, 0 targets configured)
Analyzing: target //:license-check (4 packages loaded, 0 targets configured)

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

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

Analyzing: target //:license-check (143 packages loaded, 787 targets configured)

Analyzing: target //:license-check (152 packages loaded, 3870 targets configured)

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

Analyzing: target //:license-check (162 packages loaded, 6219 targets configured)

Analyzing: target //:license-check (162 packages loaded, 6219 targets configured)

Analyzing: target //:license-check (162 packages loaded, 6219 targets configured)

Analyzing: target //:license-check (165 packages loaded, 8106 targets configured)

Analyzing: target //:license-check (168 packages loaded, 11288 targets configured)

Analyzing: target //:license-check (169 packages loaded, 11296 targets configured)

Analyzing: target //:license-check (169 packages loaded, 11296 targets configured)

Analyzing: target //:license-check (169 packages loaded, 11296 targets configured)

INFO: Analyzed target //:license-check (170 packages loaded, 11422 targets configured).
[10 / 16] Creating source manifest for @@score_tooling+//dash/tool/formatters:dash_format_converter [for tool]; 0s local
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 2 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[13 / 16] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache, processwrapper-sandbox
[14 / 16] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar; 0s disk-cache, processwrapper-sandbox
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 31.985s, Critical Path: 2.28s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

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

@ryan-steel ryan-steel changed the title add cache-maintenance, bump workflow versions chore: add cache-maintenance, bump workflow versions Aug 7, 2026
Comment thread .github/workflows/cache_maintenance.yml
jobs:
docs-verify:
uses: eclipse-score/cicd-workflows/.github/workflows/docs-verify.yml@93aac16ada7d247bbb6ae926509ddea74cf5213a # v0.0.2
uses: eclipse-score/cicd-workflows/.github/workflows/docs-verify.yml@c644440e1f98e65db039cd66bcaa557314e6201b

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could you add a version tag as comment (like was before), please?

Comment on lines -45 to -48
bazelisk-cache: true
disk-cache: ${{ github.workflow }}-format-check
repository-cache: true
cache-save: ${{ github.event_name == 'push' }}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

All that stuff was "superfluous"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Add caching mechanism for QNX builds

3 participants