1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
Adam Kaplan
2308927668 Refactor s2i Tests for ci-operator
* Isolate integration tests that don't require Docker
* Add OWNERS file
* Add make commands to run integration tests
2019-06-06 11:33:13 -04:00
guangxuli
33697c7377 fix invalid test session
refix test target

move hack/verify-bash-completion.sh

use test target
2017-03-24 09:01:47 +08:00
Jim Minter
2af87e7939 move || true to enable Jenkins to run godepchecker 2017-01-03 12:48:41 +00:00
Jim Minter
6013ba86a3 add godepchecker 2016-12-01 17:42:37 +00:00
Jim Minter
0604914056 fix lint warnings 2016-10-18 11:21:52 +01:00
gabemontero
ada1c5fff8 _workspace -> vendor 2016-08-12 15:42:25 -04:00
Rodolfo Carvalho
cf1d83d612 Fix hack/verify-*.sh and improve other scripts
Summary:
- Add 'make verify' to Travis.
- Fix verify-golint.sh: old invocation would not work unless GOPATH is a
  single directory.
- Fix verify-govet.go: 'go vet' does not take flags, should use 'go tool
  vet'.
- Fix early termination of hack/verify-govet.sh.
- Enable 'go vet' in 'make verify'; will prevent introducing problems
  detected by the vet tool in future PRs.
- Make sure golint is installed in Travis.
- Improve install-tools.sh, parity with the one in openshift/origin.
- s/os::util::sed/s2i::util::sed for consistency.
- Reimplement/simplify find_files, now called s2i::util::find_files, and
  use it in all scripts consistently.
- Suggest autocorrection for gofmt, as seen in openshift/origin.
- Do not check Go version (verify-*.sh should be run no matter the Go
  version?!).
- Do not create directory _output/govet (not used?!).
- Explicitly disable check of composite literals. Vet gives false
  positives on literals using unkeyed fields.
2016-05-19 14:42:56 +02:00
Michal Fojtik
d10b716f3d Follow up for bash completion 2016-04-05 16:14:04 +02:00
Maciej Szulik
7225f875da Fixed misleading example in Makefile 2015-11-20 08:00:24 +01:00
Maciej Szulik
cc8a3e7657 Updating build process to match orign.
1. Added make release
2. Builds are placed in _output/local/bin/$(platform) directory
3. Added i386 binaries in release
2015-11-09 13:53:39 +01:00
Maciej Szulik
276652b512 Added govet 2015-08-25 21:56:19 +02:00
Maciej Szulik
1951d47a13 Adding Makefile for simplicity of cleaning/building 2014-11-27 15:41:08 +01:00