-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete silver github workflows (#639)
* Delete silver github workflows * zip helm charts
- Loading branch information
Showing
56 changed files
with
185 additions
and
933 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,21 +20,21 @@ jobs: | |
- name: Authenticate and set context | ||
uses: redhat-actions/[email protected] | ||
with: | ||
openshift_server_url: ${{secrets.OPENSHIFT_CLUSTER_URL}} | ||
openshift_token: ${{secrets.OPENSHIFT_PIPELINE_SERVICE_ACCOUNT_TOKEN}} | ||
openshift_server_url: ${{secrets.GOLD_OPENSHIFT_CLUSTER_URL}} | ||
openshift_token: ${{secrets.GOLD_PIPELINE_SERVICE_ACCOUNT_TOKEN}} | ||
|
||
- name: deply db migration job | ||
run: | | ||
oc project d8a8f9-dev | ||
oc project f088b1-dev | ||
echo deleting dev-webapi-migrations job | ||
oc delete job/dev-webapi-migrations --ignore-not-found | ||
echo applying web-api-migration template... | ||
helm template dev charts/webapi -n d8a8f9-dev --values ./deploy/dev_values.yaml -s templates/migrations.yaml --wait --debug| oc apply -n d8a8f9-dev -f - | ||
helm template dev charts/webapi -n f088b1-dev --values ./deploy/dev_values.yaml -s templates/migrations.yaml --wait --debug| oc apply -n f088b1-dev -f - | ||
echo deleting dev-plr-intake-migrations job | ||
oc delete job/dev-plr-intake-migrations --ignore-not-found | ||
echo applying plr-intake-migration template... | ||
helm template dev charts/plr-intake -n d8a8f9-dev --values ./deploy/dev_values.yaml -s templates/migrations.yaml --wait --debug| oc apply -n d8a8f9-dev -f - | ||
helm template dev charts/plr-intake -n f088b1-dev --values ./deploy/dev_values.yaml -s templates/migrations.yaml --wait --debug| oc apply -n f088b1-dev -f - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,25 +13,6 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
jobs: | ||
helm-deployment-endorsement-reminder-silver: | ||
runs-on: 'ubuntu-latest' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Authenticate and set context | ||
uses: redhat-actions/[email protected] | ||
with: | ||
openshift_server_url: ${{secrets.OPENSHIFT_CLUSTER_URL}} | ||
openshift_token: ${{secrets.OPENSHIFT_PIPELINE_SERVICE_ACCOUNT_TOKEN}} | ||
|
||
- name: Helm Deploy Upgrade | ||
run: | | ||
echo current installed helm releases | ||
helm list --namespace d8a8f9-dev | ||
echo installing helm chart... | ||
helm upgrade --wait --namespace d8a8f9-dev --values infra/endorsement_reminder/values.yaml endorsement-reminder infra/endorsement_reminder | ||
helm-deployment-endorsement-reminder-gold: | ||
runs-on: 'ubuntu-latest' | ||
steps: | ||
|
@@ -49,4 +30,4 @@ jobs: | |
helm list --namespace f088b1-dev | ||
echo installing helm chart... | ||
helm upgrade --wait --namespace f088b1-dev --values infra/endorsement_reminder/values.yaml --set global.image.registry=image-registry.openshift-image-registry.svc:5000/f088b1-tools endorsement-reminder infra/endorsement_reminder | ||
helm upgrade --wait --namespace f088b1-dev --values infra/endorsement_reminder/values.yaml endorsement-reminder infra/endorsement_reminder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,26 +14,6 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
jobs: | ||
|
||
helm-deployment-silver: | ||
runs-on: 'ubuntu-latest' | ||
steps: | ||
- uses: actions/checkout@v1 | ||
|
||
- name: Authenticate and set context | ||
uses: redhat-actions/[email protected] | ||
with: | ||
openshift_server_url: ${{secrets.OPENSHIFT_CLUSTER_URL}} | ||
openshift_token: ${{secrets.OPENSHIFT_PIPELINE_SERVICE_ACCOUNT_TOKEN}} | ||
|
||
- name: Helm Deploy / install command | ||
run: | | ||
echo current installed helm releases | ||
helm list --namespace d8a8f9-dev | ||
echo installing helm chart... | ||
helm upgrade --wait --values ./deploy/dev_values.yaml --namespace d8a8f9-dev dev charts/pidp --debug | ||
helm-deployment-gold: | ||
runs-on: 'ubuntu-latest' | ||
steps: | ||
|
@@ -51,7 +31,7 @@ jobs: | |
helm list --namespace f088b1-dev | ||
echo installing helm chart... | ||
helm upgrade --wait --values ./deploy/dev_values.yaml --set global.image.registry=image-registry.openshift-image-registry.svc:5000/f088b1-tools --set global.license_plate=f088b1 --namespace f088b1-dev dev charts/pidp --debug | ||
helm upgrade --wait --values ./deploy/dev_values.yaml --namespace f088b1-dev dev charts/pidp --debug | ||
helm-deployment-goldDR: | ||
runs-on: 'ubuntu-latest' | ||
|
@@ -71,5 +51,5 @@ jobs: | |
helm list --namespace f088b1-dev | ||
echo installing helm chart... | ||
helm upgrade --wait --values ./deploy/dev_values.yaml --set global.image.registry=image-registry.openshift-image-registry.svc:5000/f088b1-tools --set global.license_plate=f088b1 --namespace f088b1-dev dev charts/pidp --debug | ||
helm upgrade --wait --values ./deploy/dev_values.yaml --namespace f088b1-dev dev charts/pidp --debug | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.