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

Refactor CI and e2e testing #218

Merged
merged 34 commits into from
Jun 22, 2019
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b5f73d6
Add version command
stefanprodan Jun 21, 2019
0147aea
Build binary and container in CircleCI
stefanprodan Jun 21, 2019
8957994
CircleCI - set job deps
stefanprodan Jun 21, 2019
7ca2558
CircleCI - fix config
stefanprodan Jun 21, 2019
4d5876f
CircleCI - fix job name
stefanprodan Jun 21, 2019
66d662c
CircleCI - fix working_directory
stefanprodan Jun 21, 2019
c3b7aee
CircleCI - make workspace dir
stefanprodan Jun 21, 2019
83b8ae4
CircleCI - copy bin to workspace dir
stefanprodan Jun 21, 2019
991e01e
CircleCI - fix container build
stefanprodan Jun 21, 2019
9b67b36
CircleCI - build and push container
stefanprodan Jun 21, 2019
1911143
CircleCI - run go test
stefanprodan Jun 21, 2019
c0fe461
CircleCI - push to Docker Hub
stefanprodan Jun 21, 2019
4f0ad7a
CircleCI - run Istio e2e
stefanprodan Jun 21, 2019
cf25a9a
CircleCI - fix config
stefanprodan Jun 21, 2019
f4bb0ea
CircleCI - add codecov
stefanprodan Jun 21, 2019
48834cd
CircleCI - refactor Istio e2e testing
stefanprodan Jun 21, 2019
767be5b
CircleCI - reset go mod cache
stefanprodan Jun 21, 2019
31b3fcf
CircleCI - refactor e2e tests
stefanprodan Jun 21, 2019
c744564
CircleCI - install Tiller after Kind create
stefanprodan Jun 21, 2019
a6b2b12
CircleCI - add goreleaser job
stefanprodan Jun 21, 2019
2973822
CircleCI - test goreleaser job
stefanprodan Jun 21, 2019
240591a
CircleCI - run goreleaser
stefanprodan Jun 21, 2019
91cd264
CircleCI - run goreleaser for git tags
stefanprodan Jun 21, 2019
6fe6a41
CircleCI - cleanup branch filters
stefanprodan Jun 21, 2019
cf41f9a
CircleCI - fix deprecated goreleaser config
stefanprodan Jun 21, 2019
0959406
Remove vendor dir
stefanprodan Jun 21, 2019
cbdc7ef
Build and run k8s code gen with go modules
stefanprodan Jun 21, 2019
6363580
Fix k8s code gen
stefanprodan Jun 21, 2019
bea22c0
CircleCI: run go mod download
stefanprodan Jun 21, 2019
0bbe724
CircleCI: chmod k8s code gen
stefanprodan Jun 21, 2019
a894a7a
CircleCI: update code gen package
stefanprodan Jun 21, 2019
6a8aef8
CircleCI: workaround for code gen
stefanprodan Jun 21, 2019
d059191
Update k8s packages
stefanprodan Jun 21, 2019
0d4d2ac
CircleCI: Build and push load tester
stefanprodan Jun 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CircleCI: chmod k8s code gen
  • Loading branch information
stefanprodan committed Jun 21, 2019
commit 0bbe724b8c54cd35d2bab8209d2d1a990c6f66a6
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- go-mod-v1-{{ checksum "go.sum" }}
- run: |
go mod download
sudo chmod +x $(echo `go env GOPATH`'/pkg/mod/k8s.io/code-generator@v0.0.0-20190531131525-17d711082421')
ls $(echo `go env GOPATH`'/pkg/mod/k8s.io/')

- run: |
make test-fmt
make test-codegen
Expand Down