Skip to content

Update JEDI CI action with build cache#1247

Open
eap wants to merge 2 commits into
developfrom
feature/ci-cache-migrate
Open

Update JEDI CI action with build cache#1247
eap wants to merge 2 commits into
developfrom
feature/ci-cache-migrate

Point jedi-ci action to v2

c15404e
Select commit
Loading
Failed to load commit list.
JCSDA-CI / JEDI CI: intel succeeded Jun 10, 2026 in 1h 37m 45s

ran 3196 tests

Details

JEDI CI: intel

Ran 3196 tests. Observed 3196 passing
tests and 0 tests not passing.

CI System Information

A full explanation of all features, behaviors, and configuration options
can be found in the JEDI Infra knowledge base article on CI.

Re-run tests

Re-run tests by opening the GitHub check "start-jedi-ci / launch-tests"
and clicking the "Re-run all jobs" button on the right.

  • Pending, incomplete, or hanging tests will be cancelled and re-run.
  • Compute resources for prior tests will be released.

Annotations Quick reference

Presubmit tests can be controlled by single-line annotations in the pull
request description. These annotations will be re-examined for each run.
Each configuration setting must be on a single line, but order and
position does not matter.

Here is an example of their use:

# Build tests with other unsubmitted packages.
build-group=https://github.com/JCSDA-internal/oops/pull/2284
build-group=https://github.com/JCSDA-internal/saber/pull/651

# Enable tests for your draft PR (disabled by default).
run-ci-on-draft=true

# Use a specific compiler instead of selecting one at random.
# Must be "gcc", "gcc11", or "intel"
jedi-ci-test-select=gcc

# Select the jedi-bundle branch used for building. Using this option
# disables the build cache.
jedi-ci-bundle-branch=feature/my-bundle-change