Skip to content
Open

DRAFT #252

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 0 additions & 4 deletions metaflow/plugins/kfp/tests/run_integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]


Expand Down