This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/ci/rename-ci-names-for-test-ci in repository https://gitbox.apache.org/repos/asf/texera.git
commit f95c176d1ba0d5f06e3de8397b550a85a58bd826 Author: Yicong Huang <[email protected]> AuthorDate: Sat Oct 18 18:00:11 2025 -0700 chore: rename test names --- .asf.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 314231e60e..9e3d404f8a 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -89,14 +89,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:
