Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <<parameters.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
Expand Down Expand Up @@ -322,7 +295,6 @@ workflows:
weekly-workflow:
when: << pipeline.parameters.run-weekly-workflow >>
jobs:
- build_and_test_scream
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My preference would be for deleting the job definition for build_and_test_scream as well.

- integration_tests:
runNudgeToFine: true