Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
e0a99af7
Commit
e0a99af7
authored
18 years ago
by
jeffliu
Browse files
Options
Downloads
Patches
Plain Diff
[122833] Improve Test Automation
parent
eb499c26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.wtpbuilder/distribution/wtp.perf/build.xml
+1
-0
1 addition, 0 deletions
releng.wtpbuilder/distribution/wtp.perf/build.xml
releng.wtpbuilder/distribution/wtp.perf/perf.xml
+0
-1
0 additions, 1 deletion
releng.wtpbuilder/distribution/wtp.perf/perf.xml
with
1 addition
and
1 deletion
releng.wtpbuilder/distribution/wtp.perf/build.xml
+
1
−
0
View file @
e0a99af7
...
...
@@ -49,6 +49,7 @@
<condition
property=
"wtp-jst-tests"
value=
"wtp-jst-Automated-Tests-${buildId}.zip"
else=
"wtp-jst-Automated-Tests-${buildType}-${buildId}-${timestamp}.zip"
>
<available
file=
"${local.cache.dir}/wtp-jst-Automated-Tests-${buildId}.zip"
/>
</condition>
<antcall
target=
"setup"
/>
<antcall
target=
"run"
/>
<antcall
target=
"graph"
/>
<antcall
target=
"upload"
/>
...
...
This diff is collapsed.
Click to expand it.
releng.wtpbuilder/distribution/wtp.perf/perf.xml
+
0
−
1
View file @
e0a99af7
...
...
@@ -13,7 +13,6 @@
<property
name=
"jonas432Dir"
value=
"${perfRoot}/JONAS_4_3_2"
/>
<target
name=
"runperftests"
>
<ant
antfile=
"${build.home}/releng.wtpbuilder/distribution/wtp.perf/build.xml"
target=
"setup"
/>
<available
file=
"${perfRoot}/eclipse/plugins/${testPlugin}/test.xml"
property=
"test.xml.exists"
/>
<antcall
target=
"runtests"
/>
</target>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment