summaryrefslogtreecommitdiffstats
path: root/examples/packages/chain-dependencies/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/packages/chain-dependencies/README.md')
-rw-r--r--examples/packages/chain-dependencies/README.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/packages/chain-dependencies/README.md b/examples/packages/chain-dependencies/README.md
deleted file mode 100644
index d6a9a7d..0000000
--- a/examples/packages/chain-dependencies/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# Test chained dependencies
-
-This subtree provides a testcase for the following:
-
-If we have a package tree that looks like this:
-
- C -> B -> A
-
-("->" means "depends on").
-
-We construct three jobs, where B waits for results from A and C waits for
-results from B and A.
-
-Though, the implementation has a bug right now, where C waits for results from B
-and A, but the results from A are not forwarded from B to C.
-
-This subtree provides a test for reproducing the issue as a baseline to solve
-it.
-
-
-## Note
-
-To reproduce the issue, make sure to adapt the ./repo/config.toml as appropriate
-for your environment.
-