mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-04 12:22:41 +01:00
Revert "New target description + moving target stuff under "framework""
This reverts commit 6eb5c3681d
.
was commited in error.
This commit is contained in:
@@ -629,7 +629,8 @@ class RunConfiguration(Configuration):
|
||||
|
||||
name = "Run Configuration"
|
||||
|
||||
# Metadata is separated out because it is not loaded into the auto generated config file
|
||||
# Metadata is separated out because it is not loaded into the auto
|
||||
# generated config file
|
||||
meta_data = [
|
||||
ConfigurationPoint('run_name', kind=str,
|
||||
description='''
|
||||
@@ -908,7 +909,8 @@ class JobSpec(Configuration):
|
||||
except NotFoundError:
|
||||
global_runtime_params = {}
|
||||
for source in plugin_cache.sources:
|
||||
runtime_parameters[source] = global_runtime_params[source]
|
||||
if source in global_runtime_params:
|
||||
runtime_parameters[source] = global_runtime_params[source]
|
||||
|
||||
# Add runtime parameters from JobSpec
|
||||
for source, values in self.to_merge['runtime_parameters'].iteritems():
|
||||
|
Reference in New Issue
Block a user