3535 save-orchestrator : ${{ steps.calculate-dependencies.outputs.save-orchestrator }}
3636 save-orchestrator-common : ${{ steps.calculate-dependencies.outputs.save-orchestrator-common }}
3737 save-preprocessor : ${{ steps.calculate-dependencies.outputs.save-preprocessor }}
38- save-sandbox : ${{ steps.calculate-dependencies.outputs.save-sandbox }}
3938 test-analysis-core : ${{ steps.calculate-dependencies.outputs.test-analysis-core }}
4039 test-utils : ${{ steps.calculate-dependencies.outputs.test-utils }}
4140 steps :
8786 - save-orchestrator-common/**
8887 save-preprocessor:
8988 - save-preprocessor/**
90- save-sandbox:
91- - save-sandbox/**
9289 test-analysis-core:
9390 - test-analysis-core/**
9491 test-utils:
@@ -118,7 +115,6 @@ jobs:
118115 save_frontend=$(( $save_cloud_common + $save_frontend_common + ${{ steps.git-changed-files.outputs.save-frontend_all_changed_files_count }} ))
119116 save_orchestrator=$(( $save_cloud_common + $save_orchestrator_common + $test_utils + ${{ steps.git-changed-files.outputs.save-orchestrator_all_changed_files_count }} ))
120117 save_preprocessor=$(( $save_cloud_common + $test_utils + ${{ steps.git-changed-files.outputs.save-preprocessor_all_changed_files_count }} ))
121- save_sandbox=$(( $save_cloud_common + $authentication_service + $test_utils + ${{ steps.git-changed-files.outputs.save-sandbox_all_changed_files_count }} ))
122118
123119 echo "api-gateway=$api_gateway" >> "$GITHUB_OUTPUT"
124120 echo "authentication-service=$authentication_service" >> "$GITHUB_OUTPUT"
@@ -137,7 +133,6 @@ jobs:
137133 echo "save-orchestrator=$save_orchestrator" >> "$GITHUB_OUTPUT"
138134 echo "save-orchestrator-common=$save_orchestrator_common" >> "$GITHUB_OUTPUT"
139135 echo "save-preprocessor=$save_preprocessor" >> "$GITHUB_OUTPUT"
140- echo "save-sandbox=$save_sandbox" >> "$GITHUB_OUTPUT"
141136 echo "test-analysis-core=$test_analysis_core" >> "$GITHUB_OUTPUT"
142137 echo "test-utils=$test_utils" >> "$GITHUB_OUTPUT"
143138 build_save-cloud-common :
@@ -185,7 +180,6 @@ jobs:
185180 ' save-frontend' ,
186181 ' save-orchestrator' ,
187182 ' save-preprocessor' ,
188- ' save-sandbox' ,
189183 ' test-analysis-core' ,
190184 ' test-utils'
191185 ]
@@ -220,8 +214,6 @@ jobs:
220214 do-build : ${{ github.event_name == 'push' || needs.calculate_build_flags.outputs.save-orchestrator > 0 }}
221215 - module : save-preprocessor
222216 do-build : ${{ github.event_name == 'push' || needs.calculate_build_flags.outputs.save-preprocessor > 0 }}
223- - module : save-sandbox
224- do-build : ${{ github.event_name == 'push' || needs.calculate_build_flags.outputs.save-sandbox > 0 }}
225217 - module : test-analysis-core
226218 do-build : ${{ github.event_name == 'push' || needs.calculate_build_flags.outputs.test-analysis-core > 0 }}
227219 - module : test-utils
0 commit comments