Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT #252

Open
wants to merge 1 commit into
base: feature/kfp
Choose a base branch
from
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