Add e2e test pipeline for triggering the e2e tests of the project#42
Add e2e test pipeline for triggering the e2e tests of the project#42
Conversation
* aap customize package * konflux references updates * build-args for RAG content and folder path * requirements.txt added for prod build
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…mage-to-ansible-repo Move RAG image to Ansible repository
Update dependency distlib to v0.3.9
|
|
||
| env: | ||
| branch: ${{ inputs.branch || 'main' }} | ||
| ols_url: ${{ inputs.environment == 'stage' && 'https://stage.ai.ansible.redhat.com/chat' || 'https://c.ai.ansible.redhat.com/chat' }} |
There was a problem hiding this comment.
Dear reviewer, please consider this:
For the URLs here I used the ai connect chat urls but what we need here is the exposed urls of the chatbot service itself. if these current URLs give us what we need right now then it should be enough but otherwise for running the e2e tests as designed we need a route for each environment.
There was a problem hiding this comment.
if this is sth we can discuss only when @TamiTakamiya returns, what I suggest is: let's merge this PR and that way we will be able to merge: https://github.com/ansible/ansible-wisdom-ops/pull/1179 and https://github.com/ansible/ansible-wisdom-ops/pull/1180
There was a problem hiding this comment.
we don't expose the chatbot service to the public. so only though the wisdom-service
|
|
||
| env: | ||
| branch: ${{ inputs.branch || 'main' }} | ||
| ols_url: ${{ inputs.environment == 'stage' && 'https://stage.ai.ansible.redhat.com/chat' || 'https://c.ai.ansible.redhat.com/chat' }} |
There was a problem hiding this comment.
we don't expose the chatbot service to the public. so only though the wisdom-service
|
Converting this to a draft upon our discussion with @jameswnl |
01edb58 to
d2a0706
Compare
2e1e08e to
e4805c1
Compare
Description
This PR adds e2e test pipeline for triggering the e2e tests of the project
Type of change
Related Tickets & Documents
Jira issue: AAP-37403
Checklist before requesting a review
Testing