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

15 Commits

Author SHA1 Message Date
Nalin Dahyabhai
ebacea9f3e Fix integration test invocation
Stop clearing S2I_BUILD_TAGS in hack/test-go.sh so that integration
tests will run when it's invoked from hack/test-dockerfile.sh and from
hack/docker.sh.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2022-06-29 15:59:35 -04:00
Igor Sutton Lopes
98b1e01118 Add exclude_graphdriver_devicemapper and exclude_graphdriver_btrfs build tags 2020-02-13 12:20:54 +01:00
Otávio Fernandes
f5758afc40 chore(hack): Go Modules based scripts. 2019-10-28 11:01:00 +01:00
Rodolfo Carvalho
782a626bce Make test environment variables work as advertised
`FOO=${FOO:-value}` sets FOO to 'value' if it is null (empty) or unset,
whereas `FOO=${FOO-value}` (without the colon) sets FOO only when FOO is
unset.

Let the go tool pick the default cover mode.

Since -coverprofile implies -cover, we don't need to test S2I_COVER when
OUTPUT_COVERAGE is given.
2016-12-06 23:01:33 +01:00
Jim Minter
251057d7f3 s2i windows build enablement
- enable use of cygwin to build and test s2i
- simplify git and file downloaders
- track posix file permissions on windows
- remove unnecessary runtime.GOOS == "windows" checks
- unit test fixes
2016-11-29 19:17:50 +00:00
Jim Minter
1a0ef1eb7e miscellaneous changes associated with s2i windows work
- add missing function documentation
- fix govet shadow warnings
- fix spelling errors
- add .atom-build.yml to .gitignore
- don't mess up bash completions if build fails
- re-enable test-go.sh race checker as documented
- remove extraneous goroutines in tests
- use ExcludeRegExp in integration tests
- remove finished containers in integration tests
2016-11-28 15:13:50 +00:00
gabemontero
ada1c5fff8 _workspace -> vendor 2016-08-12 15:42:25 -04:00
Rodolfo Carvalho
68c96a9fbc Replace STI_* env vars with S2I_*
This is a careful replacement of `STI_([A-Z_]+)` with `S2I_$1` in all
*.sh files, plus references to those env vars in other files.
2016-05-16 12:16:38 +02:00
Rodolfo Carvalho
d5a045b5ab Replace 'sti::' with 's2i::' in Bash scripts
Gradually getting rid of 'sti'.
2016-05-15 23:36:07 +02:00
Maciej Szulik
276652b512 Added govet 2015-08-25 21:56:19 +02:00
Maciej Szulik
5637a1be4d Removed support for go1.3 and updated hack/test-go.sh to match origin's
version.
2015-05-25 16:25:32 +02:00
Maciej Szulik
1a7055a049 Exclude .git from test search 2015-01-22 10:40:36 +01:00
Maciej Szulik
ca80ce28b1 Updated build and release process to match origins 2014-12-02 12:26:20 +01:00
csrwng
6cfd6ec28b Switch to multi-platform release build 2014-11-28 12:12:16 +01:00
csrwng
b6d932bb9b Standalone STI 2014-10-24 14:58:28 -04:00