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

ci: Run using our own cowsay image #2047

Merged
merged 13 commits into from
Jan 24, 2020
Merged

ci: Run using our own cowsay image #2047

merged 13 commits into from
Jan 24, 2020

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Jan 24, 2020

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
  • The title of the PR is (a) conventional, (b) states what changed, and (c) suffixes the related issues number. E.g. "fix(controller): Updates such and such. Fixes #1234".
  • I have written unit and/or e2e tests for my change. PRs without these are unlike to be merged.
  • Optional. I've added My organization is added to the README.
  • I've signed the CLA and required builds are green.

@codecov
Copy link

codecov bot commented Jan 24, 2020

Codecov Report

Merging #2047 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43c41c5...3fd034d. Read the comment docs.

.circleci/config.yml Outdated Show resolved Hide resolved
command: |
docker pull golang:1.11.5
docker pull minio/minio:RELEASE.2019-12-17T23-16-33Z
docker pull docker/whalesay:latest
Copy link
Contributor Author

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:
Copy link
Contributor Author

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
Copy link
Contributor Author

@alexec alexec Jan 24, 2020

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

test/e2e/fixtures/when.go Outdated Show resolved Hide resolved
test/e2e/fixtures/when.go Outdated Show resolved Hide resolved
@alexec alexec changed the title ci: Attempt to fix issues ci: Run using our own cowsay image Jan 24, 2020
@alexec
Copy link
Contributor Author

alexec commented Jan 24, 2020

Passes tests!

@alexec alexec marked this pull request as ready for review January 24, 2020 02:30
Makefile Outdated Show resolved Hide resolved
@alexec alexec merged commit dfdde1d into argoproj:master Jan 24, 2020
@alexec alexec deleted the ci branch January 24, 2020 16:41
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