Skip to content

Commit fe488dd

Browse files
committed
e2e: re-arrange folders
1 parent c623f52 commit fe488dd

File tree

70 files changed

+9
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+9
-6
lines changed

samples/README.md renamed to e2e/README.md

Lines changed: 4 additions & 2 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

samples/run-tests.sh renamed to e2e/run-tests.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ if [ "$IMAGE" = "ghcr.io/grafana/k6-operator:latest" ]; then
6969
cd latest
7070
else
7171
cd ../config/default
72-
kustomize edit set image $IMAGE && kustomize build . > ../../samples/latest/bundle-to-test.yaml
73-
cd ../../samples/latest
72+
kustomize edit set image $IMAGE && kustomize build . > ../../e2e/latest/bundle-to-test.yaml
73+
cd ../../e2e/latest
7474
fi
7575

76-
# We're in samples/latest here and there is a bundle-to-test.yaml
76+
# We're in e2e/latest here and there is a bundle-to-test.yaml
7777
# Split the bundle and create a kustomize
7878

7979
docker run --user="1001" --rm -v "${PWD}":/workdir mikefarah/yq --no-doc -s '.kind + "-" + .metadata.name' bundle-to-test.yaml
@@ -86,7 +86,7 @@ kustomize create --autodetect --recursive .
8686
# since CRDs are being extracted as k6.io, without yaml in the end, rename them:
8787
for f in $(find . -type f -name '*.k6.io'); do mv $f ${f}.yaml; done
8888

89-
# go back to samples/
89+
# go back to e2e/
9090
cd ..
9191

9292
# TODO: add a proper build with xk6-environment (use new functionality?)
@@ -122,6 +122,7 @@ tests=(
122122
# "browser-1"
123123
# cloud abort
124124
# plz
125+
# ipv6
125126
)
126127

127128
for folder in "${tests[@]}"; do
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)