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 14
14
15
15
jobs :
16
16
k8-apply :
17
- name : ' K8: Apply'
17
+ name : ' K8: Apply Cluster Resources '
18
18
runs-on : [self-hosted, "${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}"]
19
19
environment : ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}
20
20
env :
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
k8-edit :
17
- name : ' K8: Edit'
17
+ name : ' K8: Edit Cluster Deployment '
18
18
runs-on : [self-hosted, "${{ github.event_name == 'release' && 'prod' || github.event.pull_request.base.ref }}"]
19
19
environment : ${{ github.event_name == 'release' && 'prod' || 'dev' }}
20
20
env :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
16
16
17
17
jobs :
18
18
k8-restart :
19
- name : ' K8: Restart'
19
+ name : ' K8: Restart Cluster Deployment '
20
20
runs-on : [self-hosted, dev]
21
21
environment : dev
22
22
env :
56
56
admin : ' false'
57
57
use-kubelogin : ' true'
58
58
59
- - name : Run Restart
59
+ - name : Restart Cluster Deployment
60
60
shell : bash
61
61
run : |
62
62
bash cicd-deployment-scripts/k8s/restart.sh \
Original file line number Diff line number Diff line change 33
33
# docker_image_tag: ${{ needs.call-az-acr-push-test.outputs.GH_REF_NAME }}
34
34
35
35
k8-test :
36
- name : ' K8: Test'
36
+ name : ' K8: Test Cluster Deployment '
37
37
runs-on : [self-hosted, dev]
38
38
needs : [call-az-acr-push-test]
39
39
if : ${{ !failure() && !cancelled() }}
82
82
admin : ' false'
83
83
use-kubelogin : ' true'
84
84
85
- - name : Run Test
85
+ - name : Test Cluster Deployment
86
86
shell : bash
87
87
run : |
88
88
cd ${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
You can’t perform that action at this time.
0 commit comments