Summary
Jobs
linux
check
license
build (x86_64, gnu)
build_address_sanitizer (aarch64, gnu)
build_other (aarch64, musl)
test_unit
test_metactl
test_meta-data-compat-openraft-07
test_compat
test_compat_fuse
test_meta_cluster
test_stateless_standalone
test_stateless_cluster
test_stateful_standalone
test_stateful_sharing
test_stateful_cluster
test_stateful_large_data
test_ee_standalone
test_ee_standalone_background
test_ee_management_mode
sqllogic_ee (parquet)
sqllogic_ee (native)
management_mode
standalone (query, mysql)
standalone (query, http)
standalone (standalone, mysql)
standalone (standalone, http)
standalone (crdb, mysql)
standalone (crdb, http)
standalone (duckdb, mysql)
standalone (duckdb, http)
standalone (base, mysql)
standalone (base, http)
standalone (ydb, mysql)
standalone (ydb, http)
standalone (tpcds, mysql)
standalone (tpcds, http)
standalone (tpch, mysql)
standalone (tpch, http)
standalone_cloud
cluster (query, mysql)
cluster (query, http)
cluster (crdb, mysql)
cluster (crdb, http)
cluster (duckdb, mysql)
cluster (duckdb, http)
cluster (base, mysql)
cluster (base, http)
cluster (ydb, mysql)
cluster (ydb, http)
cluster (tpcds, mysql)
cluster (tpcds, http)
cluster (tpch, mysql)
cluster (tpch, http)
cluster (cluster, mysql)
cluster (cluster, http)
stage (s3)
stage (fs)
standalone-minio (query, mysql)
standalone-minio (query, http)
macos
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Production
on:
push:
branches:
- main
paths-ignore:
- "**.md"
- "scripts/setup/**"
- ".devcontainer/**"
jobs:
linux:
uses: ./.github/workflows/reuse.linux.yml
secrets: inherit
with:
build_profile: release
runner_provider: gcp
macos:
needs: linux
uses: ./.github/workflows/reuse.macos.yml
secrets: inherit
with:
build_profile: release
You can’t perform that action at this time.