Skip to content

Commit

Permalink
Merge pull request #458 from GSA/turn-off-harvesting-staging
Browse files Browse the repository at this point in the history
Turn off harvesting (staging)
  • Loading branch information
nickumia-reisys authored May 9, 2022
2 parents 4ea89cc + 5f13a2f commit 8c12203
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/run-harvest-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c12203

Please sign in to comment.