File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 k8-apply :
17- name : ' K8: Apply'
17+ name : ' K8: Apply Cluster Resources '
1818 runs-on : [self-hosted, "${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}"]
1919 environment : ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}
2020 env :
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 k8-edit :
17- name : ' K8: Edit'
17+ name : ' K8: Edit Cluster Deployment '
1818 runs-on : [self-hosted, "${{ github.event_name == 'release' && 'prod' || github.event.pull_request.base.ref }}"]
1919 environment : ${{ github.event_name == 'release' && 'prod' || 'dev' }}
2020 env :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 k8-restart :
19- name : ' K8: Restart'
19+ name : ' K8: Restart Cluster Deployment '
2020 runs-on : [self-hosted, dev]
2121 environment : dev
2222 env :
5656 admin : ' false'
5757 use-kubelogin : ' true'
5858
59- - name : Run Restart
59+ - name : Restart Cluster Deployment
6060 shell : bash
6161 run : |
6262 bash cicd-deployment-scripts/k8s/restart.sh \
Original file line number Diff line number Diff line change 3333 # docker_image_tag: ${{ needs.call-az-acr-push-test.outputs.GH_REF_NAME }}
3434
3535 k8-test :
36- name : ' K8: Test'
36+ name : ' K8: Test Cluster Deployment '
3737 runs-on : [self-hosted, dev]
3838 needs : [call-az-acr-push-test]
3939 if : ${{ !failure() && !cancelled() }}
8282 admin : ' false'
8383 use-kubelogin : ' true'
8484
85- - name : Run Test
85+ - name : Test Cluster Deployment
8686 shell : bash
8787 run : |
8888 cd ${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
You can’t perform that action at this time.
0 commit comments