Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add e2e tests in addition to cluster e2e testing #225

Merged
merged 4 commits into from
Apr 7, 2023

Conversation

BenTheElder
Copy link
Member

@BenTheElder BenTheElder commented Apr 7, 2023

This will allow us to quickly test the staging instance.

After this PR we'll automatically test some quick and cheap e2e tests immediately following staging deploys.

See code comments for why these are different from the integration tests.

This PR also cleans up tracking crane versions in two places

TODO:

we already need it for geranos and for archeio test code, we don't need to track it as a binary seperately.
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BenTheElder

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 7, 2023
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 7, 2023
}
}

// common helper for executing test pull and checking output
Copy link
Member Author

Choose a reason for hiding this comment

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

I have more WIP code to test other clients, which is why this is broken out already.

Will follow up with that shortly, but I want to get the CI jobs and base concept in place first.

Copy link
Member Author

Choose a reason for hiding this comment

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

first up #226

while we should avoid "tainted" subprocess exec in prod, this is fine in test
@ameukam
Copy link
Member

ameukam commented Apr 7, 2023

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 7, 2023
@k8s-ci-robot k8s-ci-robot merged commit b30e532 into kubernetes:main Apr 7, 2023
@BenTheElder BenTheElder deleted the e2e branch April 7, 2023 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants