From 6e0b32abb9e3c6da0f340cd2832d2e50f619ce23 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 20 Mar 2025 21:50:40 +0100 Subject: [PATCH] Update integration_whl tests Follow up to #2539 Since these are "slow" tests, PR checks did not catch them. --- acceptance/bundle/integration_whl/base/output.txt | 4 ++-- acceptance/bundle/integration_whl/custom_params/output.txt | 2 +- .../bundle/integration_whl/interactive_cluster/output.txt | 4 ++-- .../bundle/integration_whl/interactive_single_user/output.txt | 4 ++-- acceptance/bundle/integration_whl/serverless/output.txt | 4 ++-- acceptance/bundle/integration_whl/wrapper/output.txt | 2 +- .../bundle/integration_whl/wrapper_custom_params/output.txt | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/acceptance/bundle/integration_whl/base/output.txt b/acceptance/bundle/integration_whl/base/output.txt index 510ef79a69..90140e7051 100644 --- a/acceptance/bundle/integration_whl/base/output.txt +++ b/acceptance/bundle/integration_whl/base/output.txt @@ -32,7 +32,7 @@ resources: >>> [CLI] bundle deploy Building python_artifact... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... @@ -50,7 +50,7 @@ Got arguments: === Make a change to code without version change and run the job again >>> [CLI] bundle deploy Building python_artifact... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... diff --git a/acceptance/bundle/integration_whl/custom_params/output.txt b/acceptance/bundle/integration_whl/custom_params/output.txt index 5ca3027f1b..5a93d81aec 100644 --- a/acceptance/bundle/integration_whl/custom_params/output.txt +++ b/acceptance/bundle/integration_whl/custom_params/output.txt @@ -32,7 +32,7 @@ resources: >>> [CLI] bundle deploy Building python_artifact... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... diff --git a/acceptance/bundle/integration_whl/interactive_cluster/output.txt b/acceptance/bundle/integration_whl/interactive_cluster/output.txt index f8cabd89d2..3b8e2adac8 100644 --- a/acceptance/bundle/integration_whl/interactive_cluster/output.txt +++ b/acceptance/bundle/integration_whl/interactive_cluster/output.txt @@ -32,7 +32,7 @@ resources: >>> [CLI] bundle deploy Building python_artifact... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... @@ -50,7 +50,7 @@ Got arguments: === Make a change to code without version change and run the job again >>> [CLI] bundle deploy Building python_artifact... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... diff --git a/acceptance/bundle/integration_whl/interactive_single_user/output.txt b/acceptance/bundle/integration_whl/interactive_single_user/output.txt index 9e39998cca..25b823c396 100644 --- a/acceptance/bundle/integration_whl/interactive_single_user/output.txt +++ b/acceptance/bundle/integration_whl/interactive_single_user/output.txt @@ -32,7 +32,7 @@ resources: >>> [CLI] bundle deploy Building python_artifact... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... @@ -50,7 +50,7 @@ Got arguments: === Make a change to code without version change and run the job again >>> [CLI] bundle deploy Building python_artifact... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... diff --git a/acceptance/bundle/integration_whl/serverless/output.txt b/acceptance/bundle/integration_whl/serverless/output.txt index 4eef1fdcda..d3b2a22e35 100644 --- a/acceptance/bundle/integration_whl/serverless/output.txt +++ b/acceptance/bundle/integration_whl/serverless/output.txt @@ -3,7 +3,7 @@ >>> [CLI] bundle deploy Building my_test_code... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... @@ -21,7 +21,7 @@ Got arguments: === Make a change to code without version change and run the job again >>> [CLI] bundle deploy Building my_test_code... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... diff --git a/acceptance/bundle/integration_whl/wrapper/output.txt b/acceptance/bundle/integration_whl/wrapper/output.txt index 287cefed1a..63c241a714 100644 --- a/acceptance/bundle/integration_whl/wrapper/output.txt +++ b/acceptance/bundle/integration_whl/wrapper/output.txt @@ -32,7 +32,7 @@ resources: >>> [CLI] bundle deploy Building python_artifact... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state... diff --git a/acceptance/bundle/integration_whl/wrapper_custom_params/output.txt b/acceptance/bundle/integration_whl/wrapper_custom_params/output.txt index 529e3f44c6..6b4b693220 100644 --- a/acceptance/bundle/integration_whl/wrapper_custom_params/output.txt +++ b/acceptance/bundle/integration_whl/wrapper_custom_params/output.txt @@ -32,7 +32,7 @@ resources: >>> [CLI] bundle deploy Building python_artifact... -Uploading my_test_code-0.0.1-py3-none-any.whl... +Uploading dist/my_test_code-0.0.1-py3-none-any.whl... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files... Deploying resources... Updating deployment state...