Skip to content

add system sites e2e tests - #2429

Open
nluaces wants to merge 10 commits into
skupperproject:mainfrom
nluaces:add-system-sites-e2e-tests
Open

add system sites e2e tests#2429
nluaces wants to merge 10 commits into
skupperproject:mainfrom
nluaces:add-system-sites-e2e-tests

Conversation

@nluaces

@nluaces nluaces commented May 1, 2026

Copy link
Copy Markdown
Member

e2e tests that implement the Hello World example in system sites (with manual reload).

@nluaces
nluaces requested review from c-kruse and fgiorgetti as code owners May 1, 2026 21:04
@nluaces
nluaces requested review from granzoto and hash-d as code owners May 4, 2026 12:56
@nluaces
nluaces marked this pull request as draft May 6, 2026 12:32
@nluaces
nluaces marked this pull request as ready for review May 7, 2026 19:07

@fgiorgetti fgiorgetti left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is working fine. I have added a couple of comments related to the image option for some of the module invocations, but I believe we should raise a separate issue to handle that, as it seems to affect all e2e tests.

Comment thread tests/e2e/scenarios/system-sites/test.yml Outdated
Comment thread tests/e2e/scenarios/system-sites/test.yml Outdated
Comment thread tests/e2e/scenarios/system-sites/test.yml Outdated
Comment thread tests/e2e/scenarios/system-sites/test.yml
Comment thread tests/e2e/scenarios/system-sites/test.yml
Comment thread tests/e2e/scenarios/system-sites/test.yml
Comment thread tests/e2e/scenarios/system-sites/cleanup-tasks.yml
@nluaces
nluaces requested a review from fgiorgetti May 29, 2026 20:42
Comment thread tests/e2e/scenarios/system-sites/cleanup-tasks.yml Outdated
Comment thread tests/e2e/scenarios/system-sites/test.yml Outdated
Comment thread .circleci/config.yml
@nluaces
nluaces requested a review from fgiorgetti June 3, 2026 19:53
Comment thread .circleci/config.yml Outdated
name: Running E2E Tests
command: |
set -x
export SKUPPER_SYSTEM_CONTROLLER_IMAGE="quay.io/skupper/cli:<< parameters.image_tag >>"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Env var is correct, but the image is wrong.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry!

@c-kruse c-kruse left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Sorry for the late entry to the review.

I think this is going to pull the latest v2-dev images (and break on a new release tag.)

One thing we had to take some special care to make work with the kube e2e tests was using the local build images instead of pulling them from quay. As I understand it, there isn't a way to compel skupper system sites to not --pull always like there is with the kube control plane.

Open to other ideas, but I think that leaves us with the choice of developing a system site image pull policy mechanism (larger than just this PR) or adding a local registry to our CI jobs so that we can push the images for the e2e tests to pull.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants