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

Added e2e tests prcheck workflow #236

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Conversation

xbabalov
Copy link
Contributor

@xbabalov xbabalov commented Nov 1, 2024

Issue: #200

@xbabalov xbabalov requested a review from a team as a code owner November 1, 2024 08:50
@xbabalov xbabalov force-pushed the prCheck branch 2 times, most recently from 19a6d6c to fe55658 Compare November 1, 2024 09:39
path: podman-desktop

- name: Update podman
Copy link

Choose a reason for hiding this comment

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

No need now. please remove

podman build -t local_sandbox_image ./
CONTAINER_ID=$(podman create localhost/local_sandbox_image --entrypoint "")
podman export $CONTAINER_ID > /tmp/local_sandbox_image.tar
Copy link

Choose a reason for hiding this comment

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

please update according to ai-lab changes.

@xbabalov
Copy link
Contributor Author

xbabalov commented Nov 7, 2024

This issue prevents the tests from passing #245. Tests pass if we delete the resources folder beforehand.

Copy link

@odockal odockal left a comment

Choose a reason for hiding this comment

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

LGTM. Code is working fine, tested locally. although we have a issue on the PR check itself when building extension locally.

@xbabalov
Copy link
Contributor Author

xbabalov commented Nov 19, 2024

@dgolovin Do you suggest we merge this PR failing on this issue #245 or do I delete the needed folder, we merge it passing and when the issue is fixed the tests fail and I fix additionally after that if needed? The passing tests would help when trying to test other PRs later but if the blocker is planned to get fixed soon we can just merge it?

Copy link
Member

@jeffmaury jeffmaury left a comment

Choose a reason for hiding this comment

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

LGTM

@xbabalov xbabalov merged commit 7da1eab into redhat-developer:main Nov 20, 2024
5 of 6 checks passed
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