param fixes in attworkflow test

Change-Id: I1472dbced9ab6a91047797e8f434386fa4ef5bad
diff --git a/jjb/workflow-validations.yaml b/jjb/workflow-validations.yaml
index ac0a951..44e50c4 100644
--- a/jjb/workflow-validations.yaml
+++ b/jjb/workflow-validations.yaml
@@ -13,8 +13,6 @@
     id: 'wf-validation'
     name: 'workflow-validations'
 
-    node: 'ubuntu16.04-basebuild-1c-2g'
-
     description: |
       <!-- Managed by Jenkins Job Builder -->
       Created by {id} job-template from ci-management/jjb/workflow-validations.yaml  <br /><br />
@@ -32,9 +30,19 @@
 
     parameters:
       - string:
-          name: branch
-          default: 'master'
-          description: 'Name of the repo branch to use'
+         name: executorNode
+         default: 'ubuntu16.04-basebuild-4c-8g'
+         description: 'Name of the Jenkins node to run the job on'
+
+      - string:
+         name: manifestUrl
+         default: '{gerrit-server-url}/{cord-repo-manifest}'
+         description: 'URL to the repo manifest'
+
+      - string:
+         name: manifestBranch
+         default: 'master'
+         description: 'Name of the repo branch to use'
 
     project-type: pipeline
     concurrent: false