From c4177d7cbc404064ad060c16cb972c1ef481972c Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Fri, 31 May 2024 12:31:17 -0700 Subject: [PATCH 1/2] test Signed-off-by: Kevin Su --- dummy_agent/Dockerfile | 4 ++-- workflow/integration_tests.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dummy_agent/Dockerfile b/dummy_agent/Dockerfile index a6814b3..9814fb9 100644 --- a/dummy_agent/Dockerfile +++ b/dummy_agent/Dockerfile @@ -16,8 +16,8 @@ RUN pip install apache-airflow==2.9.1 \ From agent-base as agent -ARG FLYTEKIT_VERSION=c3a754f9b32d7b99371ea773978b14d819911e87 -ARG FLYTE_VERSION=c61d976c6f1d934d38afc3097a64f45f36b7c7ad +ARG FLYTEKIT_VERSION=bcce17eb919e507d0f8dd257f6f85dd7ac3fecff +ARG FLYTE_VERSION=39093e1d9b1afa080860d51eda77a473a6ac7768 RUN pip install -U "git+https://github.com/flyteorg/flytekit.git@$FLYTEKIT_VERSION" RUN pip install -U "git+https://github.com/flyteorg/flytekit.git@$FLYTEKIT_VERSION#subdirectory=plugins/flytekit-airflow" diff --git a/workflow/integration_tests.py b/workflow/integration_tests.py index 3f41367..97635f2 100644 --- a/workflow/integration_tests.py +++ b/workflow/integration_tests.py @@ -186,8 +186,8 @@ def case_study_wf(): @workflow(failure_policy=WorkflowFailurePolicy.FAIL_AFTER_EXECUTABLE_NODES_COMPLETE) def flyte_agent_wf(): - airflow_wf() - bigquery_wf() + # airflow_wf() + # bigquery_wf() sensor_wf() dummy_agents_wf() From cc9952c5f4c472550a57cc29a08f57192c11af37 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Fri, 28 Jun 2024 13:48:26 -0700 Subject: [PATCH 2/2] test Signed-off-by: Kevin Su --- dummy_agent/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dummy_agent/Dockerfile b/dummy_agent/Dockerfile index 65a7992..d6bca5a 100644 --- a/dummy_agent/Dockerfile +++ b/dummy_agent/Dockerfile @@ -16,8 +16,8 @@ RUN pip install apache-airflow==2.9.1 \ From agent-base as agent -ARG FLYTEKIT_VERSION=bcce17eb919e507d0f8dd257f6f85dd7ac3fecff -ARG FLYTE_VERSION=39093e1d9b1afa080860d51eda77a473a6ac7768 +ARG FLYTEKIT_VERSION=31a6fc814682db508fd49bb35cb6a882ec936832 +ARG FLYTE_VERSION=5f6d682cb7f5d417f217c61393ce62fff4dbeb8c RUN pip install -U "git+https://github.com/flyteorg/flytekit.git@$FLYTEKIT_VERSION" RUN pip install -U "git+https://github.com/flyteorg/flytekit.git@$FLYTEKIT_VERSION#subdirectory=plugins/flytekit-airflow"