14198: Tests prefer setting ClusterTarget hint on the workflow step.
[arvados.git] / sdk / cwl / tests / federation / cases / twostep-both-remote.cwl
index c6cc811cb9a12ff818b89e03b078b1f8499548d6..b924c54ec33617c69f2fa1fea6b2aac7a4049188 100644 (file)
@@ -26,10 +26,16 @@ steps:
       inp: inp
       runOnCluster: md5sumCluster
     out: [hash]
+    hints:
+      arv:ClusterTarget:
+        cluster_id: $(inputs.runOnCluster)
     run: md5sum.cwl
   rev:
     in:
       inp: md5sum/hash
       runOnCluster: revCluster
     out: [revhash]
+    hints:
+      arv:ClusterTarget:
+        cluster_id: $(inputs.runOnCluster)
     run: rev.cwl