File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -464,12 +464,12 @@ def summary_data(testdata):
464464 f .write (str (src_soup ))
465465
466466 # send to kusto db
467- if USER_TARGET .lower () in ['all' , '' ] \
468- and USER_REPO == 'https://github.com/Azure/azure-cli.git' \
469- and USER_REPO_EXT == 'https://github.com/Azure/azure-cli-extensions.git' \
470- and USER_BRANCH == 'dev' and USER_BRANCH_EXT == 'main' \
471- and USER_LIVE == '--live' and data :
472- send_to_kusto (data )
467+ # if USER_TARGET.lower() in ['all', ''] \
468+ # and USER_REPO == 'https://github.com/Azure/azure-cli.git' \
469+ # and USER_REPO_EXT == 'https://github.com/Azure/azure-cli-extensions.git' \
470+ # and USER_BRANCH == 'dev' and USER_BRANCH_EXT == 'main' \
471+ # and USER_LIVE == '--live' and data:
472+ send_to_kusto (data )
473473
474474 for root , dirs , files in os .walk (ARTIFACT_DIR ):
475475 for file in files :
You can’t perform that action at this time.
0 commit comments