diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ea0986d44..f2ca2fccf5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -205,33 +205,6 @@ jobs: name: Firewall rule deletion when: always command: gcloud compute firewall-rules delete $firewall_name - build_and_test_scream: - parameters: - image: - default: prognostic_scream_run - type: string - machine: - image: ubuntu-2004:202111-02 - resource_class: large - environment: - GOOGLE_PROJECT_ID: vcm-ml - GOOGLE_APPLICATION_CREDENTIALS: /tmp/key.json - GOOGLE_COMPUTE_ZONE: us-central1 - IMAGE: <> - steps: - - checkout - - run: - name: "gcloud auth" - command: | - echo $ENCODED_GOOGLE_CREDENTIALS | base64 -d > $GOOGLE_APPLICATION_CREDENTIALS - echo "export GCLOUD_SERVICE_KEY=\$(echo \$ENCODED_GOOGLE_CREDENTIALS | base64 --decode)" >> $BASH_ENV - - gcp-gcr/gcr-auth - - run: - name: "Build and push scream image" - no_output_timeout: 20m - command: | - sudo chown -R circleci:circleci /home/circleci/.docker && \ - .circleci/build_and_push_image.sh parameters: run-weekly-workflow: type: boolean @@ -322,7 +295,6 @@ workflows: weekly-workflow: when: << pipeline.parameters.run-weekly-workflow >> jobs: - - build_and_test_scream - integration_tests: runNudgeToFine: true