15814: Add missing file
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 19 Jun 2024 21:12:14 +0000 (17:12 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 24 Jun 2024 18:17:03 +0000 (14:17 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

services/workbench2/cypress/fixtures/workflow_with_secret_input.yaml [new file with mode: 0644]

diff --git a/services/workbench2/cypress/fixtures/workflow_with_secret_input.yaml b/services/workbench2/cypress/fixtures/workflow_with_secret_input.yaml
new file mode 100644 (file)
index 0000000..8e5c561
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+---
+"$graph":
+- class: Workflow
+  cwlVersion: v1.2
+  hints:
+  - acrContainerImage: d740a57097711e08eb9b2a93518f20ab+174
+    class: http://arvados.org/cwl#WorkflowRunnerResources
+  - secrets: ["#main/foo"]
+    class: http://commonwl.org/cwltool#Secrets
+  id: "#main"
+  inputs:
+  - id: "#main/bar"
+    type: string
+  - id: "#main/foo"
+    type: string
+  outputs: []
+  steps: []
+cwlVersion: v1.2