diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea4f2ca1df..a4a899a5e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,10 +15,10 @@ variables: IMAGE_REPOSITORY_TAG_PATH_KFP_STEP: 'image_tag_file_kfp_step.txt' # Run on the Internal cluster only on commit. # We run the tests via the integration test framework for Non-Prod/Prod. - DEPLOY_INTERNAL: "true" + DEPLOY_INTERNAL: "false" DEPLOY_NONPROD: "false" DEPLOY_PROD: "false" - DEPLOY_SANDBOX: "false" + DEPLOY_SANDBOX: "true" PUBLISH: "true" CI_TRACE_DEBUG: "true" diff --git a/metaflow/plugins/kfp/tests/run_integration_tests.py b/metaflow/plugins/kfp/tests/run_integration_tests.py index a1d17e0f8c..c11d11c22f 100644 --- a/metaflow/plugins/kfp/tests/run_integration_tests.py +++ b/metaflow/plugins/kfp/tests/run_integration_tests.py @@ -51,10 +51,6 @@ disabled_test_flows = [ "kfp_flow.py", # kfp_preceding_component feature has been deprecated. # TODO(talebz) AIP-6717 re-enable for compilation changes or when cluster can handle - "foreach_linear_foreach.py", - "foreach_linear_split.py", - "foreach_split_linear.py", - "nested_foreach_with_branching.py", ]