Skip to content

[fix] admit TopNRowNumber output before non-reclaimable phase (#601) #178

[fix] admit TopNRowNumber output before non-reclaimable phase (#601)

[fix] admit TopNRowNumber output before non-reclaimable phase (#601) #178

Workflow file for this run

# Copyright (c) ByteDance Ltd. and/or its affiliates.
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name: build main branch
on:
push:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CCACHE_DIR: /data/ccache-data
CCACHE_MAX_SIZE: '100G'
CI_NUM_THREADS: "16"
IN_CI: '1'
jobs:
build-only:
runs-on: [ self-hosted, medium ]
container:
image: bolt-registry:5000/bolt-ci:20260114
volumes:
- /data/ccache-data:/data/ccache-data
options: --user root --init
services:
conanserver:
image: bolt-registry:5000/conan-server:latest
volumes:
- /data/conan-server-data:/var/conan/data
steps:
- name: Checkout code
uses: actions/checkout@v6
- id: env-setup
uses: ./.github/actions/bolt-build-base
- name: Bolt build
run: |
make release_spark_with_test