Skip to content

Commit

Permalink
Merge pull request #982 from GSA/stop-staging
Browse files Browse the repository at this point in the history
stop staging job, prepare for 2.10 release dryrun
  • Loading branch information
btylerburton authored Jul 12, 2023
2 parents c0353ff + a7f10e1 commit f390af9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ckan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
type: choice
options:
- development
- staging
- prod
app:
description: 'App to run on:'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ckan_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
"schedule": ["${{env.SCHEDULE_TRACKING}}", "${{env.SCHEDULE_SITEMAP}}",
"${{env.SCHEDULE_HARVESTING}}", "${{env.SCHEDULE_STUCK_JOBS}}",
"${{env.SCHEDULE_DBSOLR_SYNC}}", "${{ env.SCHEDULE_GEN_REPORT}}"],
"environ": ["development", "staging", "prod"],
"environ": ["development", "prod"],
"include": [ {"app": "catalog-admin"},
{"error_seconds": 22000},
{"info_issue": false},
Expand All @@ -79,11 +79,9 @@ jobs:
{"schedule": "${{env.SCHEDULE_GEN_REPORT}}", "command": "ckan report generate"},
{"schedule": "${{env.SCHEDULE_GEN_REPORT}}", "issue_template": ".github/report-generation-failure.md"},
{"environ": "development", "ram": "1G"},
{"environ": "staging", "ram": "2500M"},
{"environ": "prod", "ram": "2500M"}
],
"exclude": [ {"schedule": "${{env.SCHEDULE_SITEMAP}}", "environ": "development"},
{"schedule": "${{env.SCHEDULE_SITEMAP}}", "environ": "staging"},
{"schedule": "${{env.SCHEDULE_DBSOLR_SYNC}}", "environ": "development"},
{"schedule": "${{env.SCHEDULE_STUCK_JOBS}}", "environ": "development"}
],
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/restart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
- cron: '11/30 * * * *'

jobs:
restart-staging:
name: restart (staging)
uses: gsa/data.gov/.github/workflows/app-restart-template.yml@main
with:
environ: staging
app_names: "{\"include\":[{\"app\":\"catalog-proxy\"},{\"app\":\"catalog-gather\"},{\"app\":\"catalog-fetch\"},{\"app\":\"catalog-web\"},{\"app\":\"catalog-admin\"},]}"
secrets: inherit
# restart-staging:
# name: restart (staging)
# uses: gsa/data.gov/.github/workflows/app-restart-template.yml@main
# with:
# environ: staging
# app_names: "{\"include\":[{\"app\":\"catalog-proxy\"},{\"app\":\"catalog-gather\"},{\"app\":\"catalog-fetch\"},{\"app\":\"catalog-web\"},{\"app\":\"catalog-admin\"},]}"
# secrets: inherit

restart-prod:
name: restart (prod)
Expand Down

0 comments on commit f390af9

Please sign in to comment.