From a7f59e22376dfbffd39fe81d6180c84d37b8e232 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 19 Jun 2024 17:12:14 -0400 Subject: [PATCH] 15814: Add missing file Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- .../fixtures/workflow_with_secret_input.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 services/workbench2/cypress/fixtures/workflow_with_secret_input.yaml 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 index 0000000000..8e5c561f88 --- /dev/null +++ b/services/workbench2/cypress/fixtures/workflow_with_secret_input.yaml @@ -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 -- 2.30.2