diff --git a/.cspell.json b/.cspell.json index 12e55fde2d1..35f4b42dda8 100644 --- a/.cspell.json +++ b/.cspell.json @@ -141,7 +141,8 @@ "pgrep", "Hwfoxydrg", "llms", - "vcrpy" + "vcrpy", + "jlumbroso" ], "allowCompoundWords": true } diff --git a/.github/workflows/samples_configuration.yml b/.github/workflows/samples_configuration.yml index 2c66dc64d4a..edee17ddc18 100644 --- a/.github/workflows/samples_configuration.yml +++ b/.github/workflows/samples_configuration.yml @@ -19,6 +19,16 @@ jobs: samples_notebook_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/.github/workflows/samples_connections.yml b/.github/workflows/samples_connections.yml index bf38934b8e8..29ed096b437 100644 --- a/.github/workflows/samples_connections.yml +++ b/.github/workflows/samples_connections.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_connections_connection.yml b/.github/workflows/samples_connections_connection.yml index 75f2d7af61a..33a78922c7f 100644 --- a/.github/workflows/samples_connections_connection.yml +++ b/.github/workflows/samples_connections_connection.yml @@ -19,6 +19,16 @@ jobs: samples_notebook_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/.github/workflows/samples_flowinpipeline_pipeline.yml b/.github/workflows/samples_flowinpipeline_pipeline.yml index a5f8585fa81..f4d5923b179 100644 --- a/.github/workflows/samples_flowinpipeline_pipeline.yml +++ b/.github/workflows/samples_flowinpipeline_pipeline.yml @@ -19,6 +19,16 @@ jobs: samples_notebook_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/.github/workflows/samples_flows_chat_basic_chat.yml b/.github/workflows/samples_flows_chat_basic_chat.yml index 11b21a0e33d..95809a3034f 100644 --- a/.github/workflows/samples_flows_chat_basic_chat.yml +++ b/.github/workflows/samples_flows_chat_basic_chat.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_chat_chat_with_pdf.yml b/.github/workflows/samples_flows_chat_chat_with_pdf.yml index f143187efd2..254e842fb5d 100644 --- a/.github/workflows/samples_flows_chat_chat_with_pdf.yml +++ b/.github/workflows/samples_flows_chat_chat_with_pdf.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_chat_chat_with_wikipedia.yml b/.github/workflows/samples_flows_chat_chat_with_wikipedia.yml index 51409085719..384f0a2f0dd 100644 --- a/.github/workflows/samples_flows_chat_chat_with_wikipedia.yml +++ b/.github/workflows/samples_flows_chat_chat_with_wikipedia.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_chat_chatwithpdf_chatwithpdf.yml b/.github/workflows/samples_flows_chat_chatwithpdf_chatwithpdf.yml index b4b8a230bee..9e33b545a10 100644 --- a/.github/workflows/samples_flows_chat_chatwithpdf_chatwithpdf.yml +++ b/.github/workflows/samples_flows_chat_chatwithpdf_chatwithpdf.yml @@ -19,6 +19,16 @@ jobs: samples_notebook_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/.github/workflows/samples_flows_chat_chatwithpdf_chatwithpdfazure.yml b/.github/workflows/samples_flows_chat_chatwithpdf_chatwithpdfazure.yml index edd2f5a7c72..74920c70e2d 100644 --- a/.github/workflows/samples_flows_chat_chatwithpdf_chatwithpdfazure.yml +++ b/.github/workflows/samples_flows_chat_chatwithpdf_chatwithpdfazure.yml @@ -19,6 +19,16 @@ jobs: samples_notebook_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/.github/workflows/samples_flows_evaluation_eval_basic.yml b/.github/workflows/samples_flows_evaluation_eval_basic.yml index 7c16034ae47..ae3b8c6a3ee 100644 --- a/.github/workflows/samples_flows_evaluation_eval_basic.yml +++ b/.github/workflows/samples_flows_evaluation_eval_basic.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_evaluation_eval_classification_accuracy.yml b/.github/workflows/samples_flows_evaluation_eval_classification_accuracy.yml index d1fb6a31ca2..07f0d909ba6 100644 --- a/.github/workflows/samples_flows_evaluation_eval_classification_accuracy.yml +++ b/.github/workflows/samples_flows_evaluation_eval_classification_accuracy.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_evaluation_eval_entity_match_rate.yml b/.github/workflows/samples_flows_evaluation_eval_entity_match_rate.yml index a03ed64590d..9af6c89e824 100644 --- a/.github/workflows/samples_flows_evaluation_eval_entity_match_rate.yml +++ b/.github/workflows/samples_flows_evaluation_eval_entity_match_rate.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_evaluation_eval_groundedness.yml b/.github/workflows/samples_flows_evaluation_eval_groundedness.yml index 74d2d5a58ee..78a54145c92 100644 --- a/.github/workflows/samples_flows_evaluation_eval_groundedness.yml +++ b/.github/workflows/samples_flows_evaluation_eval_groundedness.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_evaluation_eval_perceived_intelligence.yml b/.github/workflows/samples_flows_evaluation_eval_perceived_intelligence.yml index d97e0156d3e..febebc83a45 100644 --- a/.github/workflows/samples_flows_evaluation_eval_perceived_intelligence.yml +++ b/.github/workflows/samples_flows_evaluation_eval_perceived_intelligence.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_autonomous_agent.yml b/.github/workflows/samples_flows_standard_autonomous_agent.yml index 14f09ea64da..6359e2bc7c4 100644 --- a/.github/workflows/samples_flows_standard_autonomous_agent.yml +++ b/.github/workflows/samples_flows_standard_autonomous_agent.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_basic.yml b/.github/workflows/samples_flows_standard_basic.yml index 66b99b6a399..f65f240d1d3 100644 --- a/.github/workflows/samples_flows_standard_basic.yml +++ b/.github/workflows/samples_flows_standard_basic.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_basic_with_builtin_llm.yml b/.github/workflows/samples_flows_standard_basic_with_builtin_llm.yml index 8178ac0783a..4cd6c5395f9 100644 --- a/.github/workflows/samples_flows_standard_basic_with_builtin_llm.yml +++ b/.github/workflows/samples_flows_standard_basic_with_builtin_llm.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_basic_with_connection.yml b/.github/workflows/samples_flows_standard_basic_with_connection.yml index 82e4b4ccfd4..88aae5ee1f6 100644 --- a/.github/workflows/samples_flows_standard_basic_with_connection.yml +++ b/.github/workflows/samples_flows_standard_basic_with_connection.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_conditional_flow_for_if_else.yml b/.github/workflows/samples_flows_standard_conditional_flow_for_if_else.yml index 8b1f9d918b5..d8e8b020c63 100644 --- a/.github/workflows/samples_flows_standard_conditional_flow_for_if_else.yml +++ b/.github/workflows/samples_flows_standard_conditional_flow_for_if_else.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_conditional_flow_for_switch.yml b/.github/workflows/samples_flows_standard_conditional_flow_for_switch.yml index 0a71b134d32..e0067e9efb7 100644 --- a/.github/workflows/samples_flows_standard_conditional_flow_for_switch.yml +++ b/.github/workflows/samples_flows_standard_conditional_flow_for_switch.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_customer_intent_extraction.yml b/.github/workflows/samples_flows_standard_customer_intent_extraction.yml index d69d8d1ccb3..42a284786f4 100644 --- a/.github/workflows/samples_flows_standard_customer_intent_extraction.yml +++ b/.github/workflows/samples_flows_standard_customer_intent_extraction.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_flow_with_additional_includes.yml b/.github/workflows/samples_flows_standard_flow_with_additional_includes.yml index 4cd0c9e8714..1d4a89e40c5 100644 --- a/.github/workflows/samples_flows_standard_flow_with_additional_includes.yml +++ b/.github/workflows/samples_flows_standard_flow_with_additional_includes.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_flow_with_symlinks.yml b/.github/workflows/samples_flows_standard_flow_with_symlinks.yml index 71b07d52aa5..72e0e9e7e6a 100644 --- a/.github/workflows/samples_flows_standard_flow_with_symlinks.yml +++ b/.github/workflows/samples_flows_standard_flow_with_symlinks.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_gen_docstring.yml b/.github/workflows/samples_flows_standard_gen_docstring.yml index 4575a980049..1a346822053 100644 --- a/.github/workflows/samples_flows_standard_gen_docstring.yml +++ b/.github/workflows/samples_flows_standard_gen_docstring.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_maths_to_code.yml b/.github/workflows/samples_flows_standard_maths_to_code.yml index 158bee98f5b..dfa6964d5fa 100644 --- a/.github/workflows/samples_flows_standard_maths_to_code.yml +++ b/.github/workflows/samples_flows_standard_maths_to_code.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_named_entity_recognition.yml b/.github/workflows/samples_flows_standard_named_entity_recognition.yml index 9b64d91562a..41d77300584 100644 --- a/.github/workflows/samples_flows_standard_named_entity_recognition.yml +++ b/.github/workflows/samples_flows_standard_named_entity_recognition.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_flows_standard_web_classification.yml b/.github/workflows/samples_flows_standard_web_classification.yml index 81877f5fd87..94593e15f06 100644 --- a/.github/workflows/samples_flows_standard_web_classification.yml +++ b/.github/workflows/samples_flows_standard_web_classification.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_getstarted_quickstart.yml b/.github/workflows/samples_getstarted_quickstart.yml index bc4725244e2..f5bae751906 100644 --- a/.github/workflows/samples_getstarted_quickstart.yml +++ b/.github/workflows/samples_getstarted_quickstart.yml @@ -19,6 +19,16 @@ jobs: samples_notebook_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/.github/workflows/samples_getstarted_quickstartazure.yml b/.github/workflows/samples_getstarted_quickstartazure.yml index b3ad2223bf0..dfeadd4ae90 100644 --- a/.github/workflows/samples_getstarted_quickstartazure.yml +++ b/.github/workflows/samples_getstarted_quickstartazure.yml @@ -19,6 +19,16 @@ jobs: samples_notebook_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/.github/workflows/samples_runmanagement_cloudrunmanagement.yml b/.github/workflows/samples_runmanagement_cloudrunmanagement.yml index ce9940168e2..b0fa2301580 100644 --- a/.github/workflows/samples_runmanagement_cloudrunmanagement.yml +++ b/.github/workflows/samples_runmanagement_cloudrunmanagement.yml @@ -19,6 +19,16 @@ jobs: samples_notebook_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/.github/workflows/samples_runmanagement_runmanagement.yml b/.github/workflows/samples_runmanagement_runmanagement.yml index 69ad3da9a5b..ab62197fc73 100644 --- a/.github/workflows/samples_runmanagement_runmanagement.yml +++ b/.github/workflows/samples_runmanagement_runmanagement.yml @@ -19,6 +19,16 @@ jobs: samples_notebook_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/.github/workflows/samples_tools_use_cases_cascading_inputs_tool_showcase.yml b/.github/workflows/samples_tools_use_cases_cascading_inputs_tool_showcase.yml index 75f932cb454..204d07e8121 100644 --- a/.github/workflows/samples_tools_use_cases_cascading_inputs_tool_showcase.yml +++ b/.github/workflows/samples_tools_use_cases_cascading_inputs_tool_showcase.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_tools_use_cases_custom_llm_tool_showcase.yml b/.github/workflows/samples_tools_use_cases_custom_llm_tool_showcase.yml index 9360804aa05..9861989d930 100644 --- a/.github/workflows/samples_tools_use_cases_custom_llm_tool_showcase.yml +++ b/.github/workflows/samples_tools_use_cases_custom_llm_tool_showcase.yml @@ -12,10 +12,23 @@ on: paths: [ examples/tools/use-cases/custom_llm_tool_showcase/**, examples/*requirements.txt, .github/workflows/samples_tools_use_cases_custom_llm_tool_showcase.yml ] workflow_dispatch: +env: + IS_IN_CI_PIPELINE: "true" + jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_tools_use_cases_custom_strong_type_connection_package_tool_showcase.yml b/.github/workflows/samples_tools_use_cases_custom_strong_type_connection_package_tool_showcase.yml index 78c24e09fcd..2a7e6b19ddf 100644 --- a/.github/workflows/samples_tools_use_cases_custom_strong_type_connection_package_tool_showcase.yml +++ b/.github/workflows/samples_tools_use_cases_custom_strong_type_connection_package_tool_showcase.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_tools_use_cases_custom_strong_type_connection_script_tool_showcase.yml b/.github/workflows/samples_tools_use_cases_custom_strong_type_connection_script_tool_showcase.yml index d3406c4d2e8..c91aba24c6e 100644 --- a/.github/workflows/samples_tools_use_cases_custom_strong_type_connection_script_tool_showcase.yml +++ b/.github/workflows/samples_tools_use_cases_custom_strong_type_connection_script_tool_showcase.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml b/.github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml index 82d5fbf3cee..69f4b131bf0 100644 --- a/.github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml +++ b/.github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml b/.github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml index f9ffea62a8a..2127314694b 100644 --- a/.github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml +++ b/.github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml b/.github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml index d620096d040..cb4369a1939 100644 --- a/.github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml +++ b/.github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_tutorials_flow_deploy_docker.yml b/.github/workflows/samples_tutorials_flow_deploy_docker.yml index f5608b03b68..8bc6bba1f48 100644 --- a/.github/workflows/samples_tutorials_flow_deploy_docker.yml +++ b/.github/workflows/samples_tutorials_flow_deploy_docker.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/.github/workflows/samples_tutorials_flow_deploy_kubernetes.yml b/.github/workflows/samples_tutorials_flow_deploy_kubernetes.yml index 45e99569f2f..0e543c82a32 100644 --- a/.github/workflows/samples_tutorials_flow_deploy_kubernetes.yml +++ b/.github/workflows/samples_tutorials_flow_deploy_kubernetes.yml @@ -19,6 +19,16 @@ jobs: samples_readme_ci: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/examples/tutorials/flow-in-pipeline/pipeline.ipynb b/examples/tutorials/flow-in-pipeline/pipeline.ipynb index 604bd58cd82..acf187b667e 100644 --- a/examples/tutorials/flow-in-pipeline/pipeline.ipynb +++ b/examples/tutorials/flow-in-pipeline/pipeline.ipynb @@ -127,7 +127,10 @@ "metadata": {}, "outputs": [], "source": [ - "data_input = Input(path=\"../../flows/standard/web-classification/data.jsonl\", type=AssetTypes.URI_FILE)\n", + "data_input = Input(\n", + " path=\"../../flows/standard/web-classification/data.jsonl\", type=AssetTypes.URI_FILE\n", + ")\n", + "\n", "\n", "@pipeline()\n", "def pipeline_func_with_flow(data):\n", diff --git a/examples/tutorials/run-management/run-management.ipynb b/examples/tutorials/run-management/run-management.ipynb index e6de8fb20ef..ce6a75ac59a 100644 --- a/examples/tutorials/run-management/run-management.ipynb +++ b/examples/tutorials/run-management/run-management.ipynb @@ -119,9 +119,7 @@ "base_run = load_run(\n", " source=\"../../flows/standard/web-classification/run.yml\",\n", " # override the default params in the YAML file\n", - " params_override=[\n", - " {\"column_mapping\": {\"url\": \"${data.url}\"}}\n", - " ]\n", + " params_override=[{\"column_mapping\": {\"url\": \"${data.url}\"}}],\n", ")\n", "\n", "# create the run\n", diff --git a/scripts/readme/ghactions_driver/workflow_templates/basic_workflow.yml.jinja2 b/scripts/readme/ghactions_driver/workflow_templates/basic_workflow.yml.jinja2 index 31f8e904648..ff83e8d65f3 100644 --- a/scripts/readme/ghactions_driver/workflow_templates/basic_workflow.yml.jinja2 +++ b/scripts/readme/ghactions_driver/workflow_templates/basic_workflow.yml.jinja2 @@ -2,6 +2,16 @@ {% block steps %} runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json diff --git a/scripts/readme/ghactions_driver/workflow_templates/basic_workflow_replace.yml.jinja2 b/scripts/readme/ghactions_driver/workflow_templates/basic_workflow_replace.yml.jinja2 index 537c1459077..54cb4047125 100644 --- a/scripts/readme/ghactions_driver/workflow_templates/basic_workflow_replace.yml.jinja2 +++ b/scripts/readme/ghactions_driver/workflow_templates/basic_workflow_replace.yml.jinja2 @@ -2,6 +2,16 @@ {% block steps %} runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Setup Python 3.9 environment diff --git a/scripts/readme/ghactions_driver/workflow_templates/pdf_workflow.yml.jinja2 b/scripts/readme/ghactions_driver/workflow_templates/pdf_workflow.yml.jinja2 index 0b843f5dd75..a51a354634a 100644 --- a/scripts/readme/ghactions_driver/workflow_templates/pdf_workflow.yml.jinja2 +++ b/scripts/readme/ghactions_driver/workflow_templates/pdf_workflow.yml.jinja2 @@ -2,6 +2,16 @@ {% block steps %} runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: false + haskell: true + large-packages: false + docker-images: true + swap-storage: true - name: Checkout repository uses: actions/checkout@v3 - name: Generate config.json