Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.examples
Commits
f3fab6a9
Commit
f3fab6a9
authored
May 23, 2016
by
André Anjos
💬
Browse files
[test] Add new test experiment with long running concurrent blocks
parent
6cbec8b0
Pipeline
#2261
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/experiments/username/username/triangle/1/triangle_sleep.json
0 → 100644
View file @
f3fab6a9
{
"analyzers"
:
{
"analysis"
:
{
"algorithm"
:
"{{ user.username }}/integers_echo_analyzer/1"
,
"inputs"
:
{
"in_data"
:
"in"
}
}
},
"blocks"
:
{
"echo1"
:
{
"algorithm"
:
"{{ user.username }}/integers_echo_sleep/1"
,
"inputs"
:
{
"in_data"
:
"in"
},
"outputs"
:
{
"out_data"
:
"out"
}
},
"echo2"
:
{
"algorithm"
:
"{{ user.username }}/integers_echo_sleep/1"
,
"inputs"
:
{
"in_data"
:
"in"
},
"outputs"
:
{
"out_data"
:
"out"
}
},
"echo3"
:
{
"algorithm"
:
"{{ user.username }}/integers_echo_ignore/1"
,
"inputs"
:
{
"in_data"
:
"in"
,
"in_data2"
:
"in2"
},
"outputs"
:
{
"out_data"
:
"out"
}
}
},
"datasets"
:
{
"set"
:
{
"database"
:
"simple/1"
,
"protocol"
:
"protocol"
,
"set"
:
"set"
},
"set2"
:
{
"database"
:
"simple/1"
,
"protocol"
:
"protocol"
,
"set"
:
"set2"
}
},
"globals"
:
{
"queue"
:
"{{ queue }}"
,
"environment"
:
{
"name"
:
"{{ environment.name }}"
,
"version"
:
"{{ environment.version }}"
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment