Merge pull request #192 from kknox/docker-lowercase

Force organization name to be lowercase for docker image name

[ROCm/hip commit: bae8153219]
このコミットが含まれているのは:
Maneesh Gupta
2017-09-27 08:46:43 +05:30
committed by GitHub
コミット f32b87c2d6
ベンダーファイル
+1 -1
ファイルの表示
@@ -291,7 +291,7 @@ String hcc_integration_testing( String inside_args, String job, String build_con
{
// Attempt to make unique docker image names for each build, to support concurrent builds
// Mangle docker org name with upstream build info
String testing_org_name = 'hcc-test-' + get_upstream_build_project( ).replaceAll('/','-') + '-' + get_upstream_build_num( )
String testing_org_name = 'hcc-test-' + get_upstream_build_project( ).replaceAll('/','-').toLowerCase( ) + '-' + get_upstream_build_num( )
// String testing_org_name = 'hcc-test-artifacts-download'
// Tag image name with this build number