diff --git a/.circleci/real_config.yml b/.circleci/real_config.yml index e8cda34df56..bbc57fa4e58 100644 --- a/.circleci/real_config.yml +++ b/.circleci/real_config.yml @@ -647,9 +647,6 @@ commands: echo Pytest exited with $pytest_status exit $pytest_status - - upload-test-job: - only_on_branch: main - test_results_path: <> - when: condition: <> steps: @@ -1279,42 +1276,6 @@ commands: steps: - run: python .circleci/scripts/wait_for_master.py <>://<>:<> - upload-test-job: - parameters: - only_on_branch: - type: string - default: "" - test_results_path: - type: string - default: "" - steps: - - when: - condition: - equal: [<>, << pipeline.git.branch >>] - steps: - - run: - name: Test run success -> uploading results to Determined CI - command: | - python .circleci/scripts/upload_test_results.py \ - 'success' \ - ${CIRCLE_NODE_INDEX} \ - <> \ - ${CIRCLE_BUILD_NUM} \ - ${DET_CI_ACCESS_KEY} \ - ${DET_CI_URL} - when: on_success - - run: - name: Test run failed -> uploading results to Determined CI - command: | - python .circleci/scripts/upload_test_results.py \ - 'failed' \ - ${CIRCLE_NODE_INDEX} \ - <> \ - ${CIRCLE_BUILD_NUM} \ - ${DET_CI_ACCESS_KEY} \ - ${DET_CI_URL} - when: on_fail - locate-cloudwatch-logs: parameters: cluster-id: