Skip to content

Commit 1b73458

Browse files
committed
ci: make debugging E2E scenarios slightly easier
1 parent 825fb71 commit 1b73458

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,18 @@ jobs:
125125
kubectl wait --for=condition=Ready pod/object-storage-consumer
126126
- name: Test
127127
run: |
128+
set -x
129+
130+
# For debugging purposes
131+
kubectl exec -t object-storage-consumer -c app -- ls -al /data/cosi
132+
128133
kubectl cp object-storage-consumer:/data/cosi/credentials credentials
129134
kubectl cp object-storage-consumer:/data/cosi/protocolConn.json protocolConn.json
130135
136+
# For debugging purposes
137+
cat credentials
138+
cat protocolConn.json
139+
131140
# See https://kubernetes.slack.com/archives/C017EGC1C6N/p1620683108305500
132141
#test "$(jq '.endpoint' protocolConn.json)" = '"object-storage.local"'
133142
test "$(jq '.region' protocolConn.json)" = '"test"'

0 commit comments

Comments
 (0)