-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
ci: Run using our own cowsay image #2047
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2047 +/- ##
======================================
Coverage 8.78% 8.78%
======================================
Files 61 61
Lines 34575 34575
======================================
Hits 3036 3036
Misses 31148 31148
Partials 391 391 Continue to review full report at Codecov.
|
command: | | ||
docker pull golang:1.11.5 | ||
docker pull minio/minio:RELEASE.2019-12-17T23-16-33Z | ||
docker pull docker/whalesay:latest |
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.
This image has started was causing ErrImagePull and EOF errors.
@@ -84,12 +84,11 @@ else | |||
endif | |||
touch ui/dist/app | |||
|
|||
.PHONY: staticfiles | |||
staticfiles: | |||
$(HOME)/go/bin/staticfiles: |
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.
@dtaniwaki FYI - I've changed this as it was always running with your change.
@@ -266,6 +269,24 @@ else | |||
kubectl -n argo apply -f dist/mysql.yaml | |||
endif | |||
|
|||
.PHONY: test-images | |||
test-images: dist/cowsay-v1 dist/bitnami-kubectl-1.15.3-ol-7-r165 dist/python-alpine3.6 |
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.
we build or pull the images we need for our tests prior to running tests
Passes tests! |
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.