Commit ffc4bd01 authored by Bipin Adhikari's avatar Bipin Adhikari

temp commit before rebase

parent 153c0d6f
...@@ -303,10 +303,10 @@ class Cluster: ...@@ -303,10 +303,10 @@ class Cluster:
self.testCase_id = HTML.testCase_id self.testCase_id = HTML.testCase_id
# Workaround for some servers, we need to erase completely the workspace # Workaround for some servers, we need to erase completely the workspace
if self.forcedWorkspaceCleanup: # if self.forcedWorkspaceCleanup:
self.cmd.run(f'rm -Rf {lSourcePath}') # self.cmd.run(f'rm -Rf {lSourcePath}')
cls_containerize.CreateWorkspace(self.cmd, lSourcePath, self.ranRepository, self.ranCommitID, self.ranTargetBranch, self.ranAllowMerge) cls_containerize.CreateWorkspace(self.cmd, lSourcePath, self.ranRepository, self.ranCommitID, self.ranTargetBranch, self.ranAllowMerge)
self.cmd.cd(lSourcePath)
# to reduce the amount of data send to OpenShift, we # to reduce the amount of data send to OpenShift, we
# manually delete all generated files in the workspace # manually delete all generated files in the workspace
self.cmd.run(f'rm -rf {lSourcePath}/cmake_targets/ran_build'); self.cmd.run(f'rm -rf {lSourcePath}/cmake_targets/ran_build');
......
...@@ -325,14 +325,10 @@ class Containerize(): ...@@ -325,14 +325,10 @@ class Containerize():
if result is not None: if result is not None:
self.dockerfileprefix = '.ubuntu20.cross-arm64' self.dockerfileprefix = '.ubuntu20.cross-arm64'
# Workaround for some servers, we need to erase completely the workspace
if self.forcedWorkspaceCleanup:
cmd.run(f'sudo -S rm -Rf {lSourcePath}')
self.testCase_id = HTML.testCase_id self.testCase_id = HTML.testCase_id
CreateWorkspace(cmd, lSourcePath, self.ranRepository, self.ranCommitID, self.ranTargetBranch, self.ranAllowMerge) CreateWorkspace(cmd, lSourcePath, self.ranRepository, self.ranCommitID, self.ranTargetBranch, self.ranAllowMerge)
cmd.cd(lSourcePath)
# if asterix, copy the entitlement and subscription manager configurations # if asterix, copy the entitlement and subscription manager configurations
if self.host == 'Red Hat': if self.host == 'Red Hat':
cmd.run('mkdir -p ./etc-pki-entitlement ./rhsm-conf ./rhsm-ca') cmd.run('mkdir -p ./etc-pki-entitlement ./rhsm-conf ./rhsm-ca')
......
...@@ -24,9 +24,12 @@ ...@@ -24,9 +24,12 @@
<htmlTabRef>build-tab</htmlTabRef> <htmlTabRef>build-tab</htmlTabRef>
<htmlTabName>Build Images on Cluster</htmlTabName> <htmlTabName>Build Images on Cluster</htmlTabName>
<htmlTabIcon>wrench</htmlTabIcon> <htmlTabIcon>wrench</htmlTabIcon>
<TestCaseRequestedList>000001</TestCaseRequestedList> <TestCaseRequestedList>
000002
000001
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList> <TestCaseExclusionList></TestCaseExclusionList>
<testCase id="800813"> <testCase id="000002">
<class>Create_Workspace</class> <class>Create_Workspace</class>
<desc>Creating new Workspace</desc> <desc>Creating new Workspace</desc>
</testCase> </testCase>
......
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
<htmlTabName>Build Container Images</htmlTabName> <htmlTabName>Build Container Images</htmlTabName>
<htmlTabIcon>wrench</htmlTabIcon> <htmlTabIcon>wrench</htmlTabIcon>
<TestCaseRequestedList> <TestCaseRequestedList>
000002 100001
000001 000001
</TestCaseRequestedList> </TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList> <TestCaseExclusionList></TestCaseExclusionList>
<testCase id="000002"> <testCase id="100001">
<class>Create_Workspace</class> <class>Create_Workspace</class>
<desc>Creating new Workspace</desc> <desc>Creating new Workspace</desc>
<eNB_instance>0</eNB_instance> <eNB_instance>0</eNB_instance>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment