Skip to content

Commit

Permalink
Remove gcp-cleanup job (#6356)
Browse files Browse the repository at this point in the history
  • Loading branch information
phelpsdb authored Oct 16, 2023
1 parent 4f15758 commit e279afa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 70 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,23 +548,6 @@ workflows:
- init
workspace_path: ../workspace

trigger-gcp-cleanup:
when:
and:
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
- equal: ['gcp-cleanup', << pipeline.schedule.name >>]
jobs:
- generate-config
- continuation/continue:
configuration_path: ../workspace/.circleci/continue_config.yml
name: run-gcp-cleanup
parameters: '{ "run-gcp-cleanup": true }'
pre-steps:
- attach_workspace:
at: ../workspace
requires:
- generate-config

release-create-branch:
when:
and:
Expand Down
4 changes: 0 additions & 4 deletions .circleci/src/@continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ parameters:
type: string
default: 'main'

run-gcp-cleanup:
type: boolean
default: false

run-integration-workflow:
type: boolean
default: false
Expand Down
16 changes: 0 additions & 16 deletions .circleci/src/commands/gcp-auth.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .circleci/src/jobs/gcp-cleanup.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .circleci/src/workflows/gcp-cleanup.yml

This file was deleted.

0 comments on commit e279afa

Please sign in to comment.