This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard ff38c20cdba [main] CI: Upgrade important CI environment
add e32097a10e8 Add concurrent pull XComs example in Go-SDK e2e test
(#68934)
add 0a2a5fa6476 [main] CI: Upgrade important CI environment
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ff38c20cdba)
\
N -- N -- N refs/heads/ci-upgrade-main (0a2a5fa6476)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../go_sdk_tests/test_go_sdk_concurrent_xcom.py | 97 +++++++++++++++++
.../cmd/airflow-go-pack/pack_integration_test.go | 3 +
go-sdk/dags/go_examples.py | 22 +++-
.../bundle/concurrentxcom/concurrentxcom.go | 120 +++++++++++++++++++++
.../bundle/concurrentxcom/concurrentxcom_test.go | 109 +++++++++++++++++++
go-sdk/example/bundle/main.go | 5 +
6 files changed, 353 insertions(+), 3 deletions(-)
create mode 100644
airflow-e2e-tests/tests/airflow_e2e_tests/go_sdk_tests/test_go_sdk_concurrent_xcom.py
create mode 100644 go-sdk/example/bundle/concurrentxcom/concurrentxcom.go
create mode 100644 go-sdk/example/bundle/concurrentxcom/concurrentxcom_test.go