ROX-27073: github action for multicluster test#2158
Conversation
|
Skipping CI for Draft Pull Request. |
| push: | ||
| branches: | ||
| - main | ||
| paths-ignore: |
There was a problem hiding this comment.
I didn't want to run always because we're going to create 2 clusters for each run.
I selected specifically this paths because the migration logic consists of the API to reassign clusters (thus admin handler and dinosaur service) and the logic to cleanup/reprovision which lives in runtime and reconciler packages.
Thanks for commenting this made me realize that I forgot to change this to paths instead of paths-ignore.
| user=$(echo "$creds" | cut -d':' -f1) | ||
| pw=$(echo "$creds" | cut -d':' -f2) | ||
| echo "RH_REGISTRY_PW=$pw" >> "$GITHUB_ENV" | ||
| echo "RH_REGISTRY_USER=$user" >> "$GITHUB_ENV" |
There was a problem hiding this comment.
This is a very minor nit but please put the user over the pw to keep the order consistent
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ebensh, johannes94 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 |
upgrade stackrox go.mod ref to 4.6.1
|
New changes are detected. LGTM label has been removed. |
Description
This PR adds a GHA workflow to run the multicluster e2e tests against 2 infra clusters.
Checklist (Definition of Done)
Test manualROX-12345: ...Test manual
Green CI on all existing + the added jobs is sufficient.