-
Notifications
You must be signed in to change notification settings - Fork 12
refactor: Check on existing integration tests #284
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
Conversation
35fba24 to
9aa2d38
Compare
.github/workflows/helm-tests.yml
Outdated
| if: github.event.pull_request.head.repo.full_name == github.repository | ||
| integration: | ||
| name: Integration Tests (K3s) | ||
| # if: github.event.pull_request.head.repo.full_name == github.repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug shiz. Took the comment away. Thanks for spotting it.
.github/workflows/helm-tests.yml
Outdated
| echo "LAST_COMMIT_SHA=${GITHUB_SHA}" >> ${GITHUB_ENV} | ||
| SHORT_SHA="${{ github.sha }}" | ||
| SHORT_SHA="${SHORT_SHA::8}" | ||
| SALT=$(echo "$RANDOM" | cut -c1-3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the salt needed? It's a local cluster right we shouldn't get conflicts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, not necessary in this context. Removed.
Makefile
Outdated
| help: | ||
| @echo "Makefile commands:" | ||
| @echo " make deploy - Install eoAPI on a cluster kubectl is connected to." | ||
| @echo " make deploy - Deploy eoAPI with on connected Kubernetes cluster." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @echo " make deploy - Deploy eoAPI with on connected Kubernetes cluster." | |
| @echo " make deploy - Deploy eoAPI to the configured Kubernetes cluster." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Fixed.
9aa2d38 to
2b51600
Compare
This is the first step to review the CI tests (#200 ):
make integration.scripts, ordered them into three:deploy.sh,test.shandingest.sh