Integration test#130
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold |
|
Can you add a short Integration Tests section to the testing/readme that describes the whole sequence in english? And a part that points to where we should start if we want to add new integration tests? |
I've added some readmes but I'm in the process of figuring out a way of easily extending what's already there... any ideas? |
Fix to bucket accessible by the project running the integration test
Also ignore duplicate rows when retrieving actual test data result from warehouse so jobs can run multiple times on the same cluster and thes test still succeed
…f dependency location To make build faster
To make it more descriptive
To customize the machine type for the node pools
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Co-authored-by: konflux-internal-p02[bot] <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
More or less done, making the PR first. Added integration test that runs the following steps on argo:
a. registers necessary specs
b. runs job
c. checks the output against expected values
currently the repository is pointing to my fork, will change over to the main repository when the changes are complete