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

feat: CircleCI configuration for test execution #79

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

MatthiasScholz
Copy link
Owner

Setup of CircleCI.
Using golang as base image since the tests are written in terratest which uses golang.

Using golang as base image since the tests are written in terratest which uses golang.
&& is not supported.
Execution of the test using make.
Using the test directory as a base folder is needed to setup the tests.
Working directory needs to follow golang folder structure.

References
- https://circleci.com/docs/2.0/language-go/#config-walkthrough
working directory value needs to be defined the yaml way - noop mistake
Activate execution of all tests
NOCACHE environement variable is now unsupported since golang 1.12.
After several attempts to find out the version lets consider it a best-practice to provide the info information
Trying to find a possible regression, related to issued:
golang/go#29100
Trying to find a possible regression, related to issued:
golang/go#29100
Trying to find a possible regression, related to issued:
golang/go#29100
Trying to find a possible regression, related to issued:
golang/go#29100
Trying to find a possible regression, related to issued:
golang/go#29100
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