Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hard to distinguish different operations under the same work item from UI #250

Closed
ywang19 opened this issue Feb 25, 2015 · 0 comments
Closed
Labels
Milestone

Comments

@ywang19
Copy link
Contributor

ywang19 commented Feb 25, 2015

I have 3 operations that I ran in parallel:

<workstage name="main">
  <work name="asset1" workers="1" totalOps="7" runtime="0">
    <operation id="asset1-write" type="filewrite" config="containers=s(1,1);fileselection=s;files=/tmp/asset1/" />
  </work>
  <work name="asset2" workers="1" totalOps="7" runtime="0">
    <operation id="asset2-write" type="filewrite" config="containers=s(1,1);fileselection=s;files=/tmp/asset2/" />
  </work>
  <work name="asset3" workers="1" totalOps="7" runtime="0">
    <operation id="asset3-write" type="filewrite" config="containers=s(1,1);fileselection=s;files=/tmp/asset3/" />
  </work>
</workstage>

but it's hard to distinguish those operations from UI.

ywang19 pushed a commit that referenced this issue Feb 25, 2015
…me work item from UI

Signed-off-by: ywang19 <yaguang.wang@intel.com>
@ywang19 ywang19 added this to the 0.4.2 milestone Feb 25, 2015
@ywang19 ywang19 closed this as completed Feb 25, 2015
ywang19 pushed a commit that referenced this issue Jan 27, 2016
…me work item from UI

Signed-off-by: ywang19 <yaguang.wang@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant