Skip to content

Merge branch 'develop' into feature/tomorrowio_converter

ac2d2c1
Select commit
Loading
Failed to load commit list.
Open

The Tomorrow IO TMS converter #1590

Merge branch 'develop' into feature/tomorrowio_converter
ac2d2c1
Select commit
Loading
Failed to load commit list.
JCSDA-CI / JEDI unit test: gcc11 succeeded Aug 28, 2025 in 34m 3s

ran 378 tests

Details

JEDI unit test: gcc11

Ran 378 tests. Observed 378 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.

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.
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

# Disable the build-cache for tests.
jedi-ci-build-cache=skip

Each configuration setting must be on a single line, but order and
position does not matter.

# 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