Skip to content

Commit 64240b8

Browse files
committed
feat: remove RWX support and update romeo env
1 parent 6b8ba66 commit 64240b8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
kubectl -n local-path-storage patch configmap local-path-config -p '{"data": {"config.json": "{\n\"sharedFileSystemPath\": \"/var/local-path-provisioner\"\n}"}}'
7272
7373
# Reboot the pod for it to apply update
74-
kubectl delete pod -n local-path-storage $(kubectl get pod -n local-path-storage -o jsonpath='{.items[0].metadata.name}')
74+
# kubectl delete pod -n local-path-storage $(kubectl get pod -n local-path-storage -o jsonpath='{.items[0].metadata.name}')
7575
7676
- name: Export server URL
7777
id: server
@@ -104,8 +104,6 @@ jobs:
104104
storage-class-name: standard
105105
pvc-access-mode: ReadWriteOnce
106106

107-
- run: kubectl get pvc -A
108-
109107
- name: Romeo environment under test
110108
id: env-test
111109
uses: ctfer-io/romeo/environment@49bf155c091cf77a0e8ac01f5eb7a47f604aac45
@@ -119,12 +117,6 @@ jobs:
119117
storage-class-name: standard
120118
pvc-access-mode: ReadWriteOnce
121119

122-
- if: always()
123-
run: |
124-
kubectl get pvc -n romeo-in-ci
125-
kubectl get pods -n romeo-in-ci
126-
kubectl get svc -n romeo-in-ci
127-
128120
- name: Stimulate
129121
run: |
130122
curl -v "${{ steps.server.outputs.server }}:${{ steps.env-test.outputs.port }}/api/v1/coverout"

0 commit comments

Comments
 (0)