File tree Expand file tree Collapse file tree 2 files changed +41
-47
lines changed
Expand file tree Collapse file tree 2 files changed +41
-47
lines changed Original file line number Diff line number Diff line change 5151 uses : actions/setup-python@v5
5252 with :
5353 python-version : ' 3.10'
54- - name : Install kubectl
55- uses : azure/setup-kubectl@v4
56- with :
57- version : v1.29.0
58-
59- - name : Install Helm
60- uses : azure/setup-helm@v4
61- with :
62- version : v3.14.0
63-
64- - name : Create KinD cluster
65- uses : helm/kind-action@v1
66- with :
67- cluster_name : ci-cluster
68-
69- - name : Verify cluster
70- run : |
71- kubectl get nodes
72- kubectl cluster-info
54+
7355 - name : Log in to GitHub Container Registry
7456 uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 3.4.0
7557 with :
@@ -105,13 +87,28 @@ jobs:
10587 echo "- ❌ Failed: $failed" >> $GITHUB_STEP_SUMMARY
10688 echo "- ⏭️ Not Run: $not_run" >> $GITHUB_STEP_SUMMARY
10789 echo "- 📄 [Full Report](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})" >> $GITHUB_STEP_SUMMARY
90+ - name : Install kubectl
91+ uses : azure/setup-kubectl@v4
92+ with :
93+ version : v1.29.0
94+
95+ - name : Install Helm
96+ uses : azure/setup-helm@v4
97+ with :
98+ version : v3.14.0
99+
100+ - name : Create KinD cluster
101+ uses : helm/kind-action@v1
102+ with :
103+ cluster_name : ci-cluster
108104
105+ - name : Verify cluster
106+ run : |
107+ kubectl get nodes
108+ kubectl cluster-info
109109 - name : Helm Sanity Test
110110 run : |
111- sudo apt-get update
112111
113- lspci | grep -i vga
114- sudo apt install -y python3-nose libxml2-utils vlc
115112
116113 python3 -m venv venv
117114 source venv/bin/activate
Original file line number Diff line number Diff line change 4747 uses : actions/setup-python@v5
4848 with :
4949 python-version : ' 3.10'
50- - name : Install kubectl
51- uses : azure/setup-kubectl@v4
52- with :
53- version : v1.29.0
54-
55- - name : Install Helm
56- uses : azure/setup-helm@v4
57- with :
58- version : v3.14.0
59-
60- - name : Create KinD cluster
61- uses : helm/kind-action@v1
62- with :
63- cluster_name : ci-cluster
64-
65- - name : Verify cluster
66- run : |
67- kubectl get nodes
68- kubectl cluster-info
50+
6951 - name : Log in to GitHub Container Registry
7052 uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 3.4.0
7153 with :
@@ -101,13 +83,28 @@ jobs:
10183 echo "- ❌ Failed: $failed" >> $GITHUB_STEP_SUMMARY
10284 echo "- ⏭️ Not Run: $not_run" >> $GITHUB_STEP_SUMMARY
10385 echo "- 📄 [Full Report](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})" >> $GITHUB_STEP_SUMMARY
104- - name : Helm Sanity Test
105- run : |
106- sudo apt-get update
107-
108- lspci | grep -i vga
109- sudo apt install -y python3-nose libxml2-utils vlc
86+ - name : Install kubectl
87+ uses : azure/setup-kubectl@v4
88+ with :
89+ version : v1.29.0
90+
91+ - name : Install Helm
92+ uses : azure/setup-helm@v4
93+ with :
94+ version : v3.14.0
95+
96+ - name : Create KinD cluster
97+ uses : helm/kind-action@v1
98+ with :
99+ cluster_name : ci-cluster
100+
101+ - name : Verify cluster
102+ run : |
103+ kubectl get nodes
104+ kubectl cluster-info
110105
106+ - name : Helm Sanity Test
107+ run : |
111108 python3 -m venv venv
112109 source venv/bin/activate
113110 pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments