Skip to content

Commit b894a5a

Browse files
committed
prepare for ckan211 upgrade on staging
1 parent c5d701d commit b894a5a

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.github/workflows/ckan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
type: choice
1111
options:
1212
- development
13-
- staging
1413
- prod
1514
app:
1615
description: 'App to run on:'

.github/workflows/ckan_auto.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
"schedule": ["${{env.SCHEDULE_TRACKING}}", "${{env.SCHEDULE_SITEMAP}}",
5959
"${{env.SCHEDULE_HARVESTING}}", "${{env.SCHEDULE_STUCK_JOBS}}",
6060
"${{env.SCHEDULE_DBSOLR_SYNC}}", "${{ env.SCHEDULE_GEN_REPORT}}"],
61-
"environ": ["development", "staging", "prod"],
61+
"environ": ["development", "prod"],
6262
"include": [ {"app": "catalog-admin"},
6363
{"error_seconds": 22000},
6464
{"info_issue": false},
@@ -79,11 +79,9 @@ jobs:
7979
{"schedule": "${{env.SCHEDULE_GEN_REPORT}}", "command": "ckan report generate"},
8080
{"schedule": "${{env.SCHEDULE_GEN_REPORT}}", "issue_template": ".github/report-generation-failure.md"},
8181
{"environ": "development", "ram": "1G"},
82-
{"environ": "staging", "ram": "2500M"},
8382
{"environ": "prod", "ram": "3G"}
8483
],
8584
"exclude": [ {"schedule": "${{env.SCHEDULE_SITEMAP}}", "environ": "development"},
86-
{"schedule": "${{env.SCHEDULE_SITEMAP}}", "environ": "staging"},
8785
{"schedule": "${{env.SCHEDULE_DBSOLR_SYNC}}", "environ": "development"},
8886
{"schedule": "${{env.SCHEDULE_STUCK_JOBS}}", "environ": "development"}
8987
],

.github/workflows/restart.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
- cron: '11/30 * * * *'
88

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

1818
restart-prod:
1919
name: restart (prod)

0 commit comments

Comments
 (0)