This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/ci/change-ci-names in repository https://gitbox.apache.org/repos/asf/texera.git
commit 4d321f9d3f507ca9534df059dd9ec04f9bc5439f Author: Yicong Huang <[email protected]> AuthorDate: Sat Oct 18 18:17:00 2025 -0700 chore: update ci check names --- .asf.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 9e3d404f8a..21abc706b5 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -67,14 +67,14 @@ github: strict: true # contexts are the names of checks that must pass contexts: - - gui (ubuntu-latest, 18) - - gui (windows-latest, 18) - - gui (macos-latest, 18) - - core (ubuntu-22.04, 11) - - python_udf (ubuntu-latest, 3.9) - - python_udf (ubuntu-latest, 3.10) - - python_udf (ubuntu-latest, 3.11) - - python_udf (ubuntu-latest, 3.12) + - frontend (ubuntu-latest, 18) + - frontend (windows-latest, 18) + - frontend (macos-latest, 18) + - scala (ubuntu-22.04, 11) + - python (ubuntu-latest, 3.9) + - python (ubuntu-latest, 3.10) + - python (ubuntu-latest, 3.11) + - python (ubuntu-latest, 3.12) - Check License Headers - Validate PR title required_pull_request_reviews:
