This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-scheduler-jump
in repository https://gitbox.apache.org/repos/asf/texera.git
from ec76300561 revert(amber): drop lazy-init coordinator, keep direct
replaceSchedule call
add ddb5c401a1 fix(ci): resolve merged PR robustly in Direct Backport Push
(#4620)
add ee22657ed0 feat(agent-service): enable more default operator types
(#4619)
add 8383e19bdf fix(execution-api): fix multi-input operator's execution
termination condition (#4615)
add 7d3b55bd3b refactor(ci): consolidate Build matrix into a single
reusable workflow (#4624)
add e0547e6d0b feat(ci): make Build stacks optional based on PR labels
(#4622)
add 010c829aa4 Merge branch 'main' into xinyuan-scheduler-jump
No new revisions were added by this update.
Summary of changes:
.github/labeler.yml | 3 +-
.../workflows/{reusable-build.yml => build.yml} | 63 +++-
.github/workflows/direct-backport-push.yml | 67 +++-
.github/workflows/github-action-build.yml | 411 ---------------------
.github/workflows/required-checks.yml | 232 ++++++++++++
agent-service/src/types/agent.ts | 15 +-
.../web/resource/SyncExecutionResource.scala | 17 +-
7 files changed, 378 insertions(+), 430 deletions(-)
rename .github/workflows/{reusable-build.yml => build.yml} (75%)
delete mode 100644 .github/workflows/github-action-build.yml
create mode 100644 .github/workflows/required-checks.yml