From 5f13a2f604a487528838ee28b99bbf5647ea793b Mon Sep 17 00:00:00 2001 From: Nicholas Kumia Date: Mon, 9 May 2022 12:46:38 -0400 Subject: [PATCH] new: turn off harvesting (staging) --- .github/workflows/run-harvest-check.yml | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/run-harvest-check.yml b/.github/workflows/run-harvest-check.yml index 90be782c..b075355f 100644 --- a/.github/workflows/run-harvest-check.yml +++ b/.github/workflows/run-harvest-check.yml @@ -14,21 +14,21 @@ jobs: # steps: # - name: Pausing Harvesters most likely for re-indexing # run: echo "hi" - harvest-run-staging: - name: harvest-run (staging) - environment: staging - runs-on: ubuntu-latest - steps: - - name: harvest-run - # pinned to cf7 until --wait is available for run-task on cf8... - uses: cloud-gov/cg-cli-tools@main - with: - command: | - cf run-task catalog --command 'ckan harvester run' --name 'harvester-check-completed (CI)' -k 2G - cf_org: gsa-datagov - cf_space: staging - cf_username: ${{secrets.CF_SERVICE_USER}} - cf_password: ${{secrets.CF_SERVICE_AUTH}} + # harvest-run-staging: + # name: harvest-run (staging) + # environment: staging + # runs-on: ubuntu-latest + # steps: + # - name: harvest-run + # # pinned to cf7 until --wait is available for run-task on cf8... + # uses: cloud-gov/cg-cli-tools@main + # with: + # command: | + # cf run-task catalog --command 'ckan harvester run' --name 'harvester-check-completed (CI)' -k 2G + # cf_org: gsa-datagov + # cf_space: staging + # cf_username: ${{secrets.CF_SERVICE_USER}} + # cf_password: ${{secrets.CF_SERVICE_AUTH}} harvest-run-prod: name: harvest-run (prod) environment: production