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

chore(ci,test): modifying pr-check e2e to build extension from ref #1960

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ScrewTSW
Copy link
Member

What does this PR do?

  • Builds and pushes extension from code
  • Adds option to change extension OCI image url using env

Screenshot / video of UI

N/A

What issues does this PR fix or reference?

#1944

How to test this PR?

N/A

@ScrewTSW ScrewTSW requested review from benoitf, jeffmaury and a team as code owners October 21, 2024 07:47
@ScrewTSW ScrewTSW requested review from cdrage and feloy October 21, 2024 07:47
@ScrewTSW ScrewTSW marked this pull request as draft October 21, 2024 07:47
@ScrewTSW ScrewTSW force-pushed the 1944-fix-pr-check-e2e-use-local-changes branch 7 times, most recently from 95e4a6a to 3c7ded0 Compare October 21, 2024 09:07
@ScrewTSW ScrewTSW force-pushed the 1944-fix-pr-check-e2e-use-local-changes branch from 80418c1 to 51b6486 Compare October 21, 2024 10:02
@ScrewTSW ScrewTSW marked this pull request as ready for review October 21, 2024 10:07
Comment on lines 145 to 147
podman export $CONTAINER_ID > /tmp/local_ai_lab_extension.tar
mkdir -p tests/playwright/tests/playwright/output/ai-lab-tests-pd/plugins
tar -xf /tmp/local_ai_lab_extension.tar -C tests/playwright/tests/playwright/output/ai-lab-tests-pd/plugins/
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you do export and pipe to untar it rather than using an intermediate file

docker export $CONTAINER_ID | tar -x -C tests/playwright/tests/playwright/output/ai-lab-tests-pd/plugins/

also need to cleanup the remove the container

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed.

…sion details page, possible error logging

Signed-off-by: Tibor Dancs <[email protected]>
@ScrewTSW ScrewTSW force-pushed the 1944-fix-pr-check-e2e-use-local-changes branch from 51b6486 to 19b2c5b Compare October 21, 2024 10:35
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.

2 participants