From 20e6aea77a3deb65fd7b12afa38b42cfbab8efde Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 4 Aug 2014 13:53:43 +0100 Subject: More examples --- examples/cross-bootstrap-morph.yaml | 21 +++++++++++++++++++++ examples/linux-master.yaml | 16 ++++++++++++++++ examples/morph.yaml | 18 ++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 examples/cross-bootstrap-morph.yaml create mode 100644 examples/linux-master.yaml create mode 100644 examples/morph.yaml diff --git a/examples/cross-bootstrap-morph.yaml b/examples/cross-bootstrap-morph.yaml new file mode 100644 index 0000000..4cc24d3 --- /dev/null +++ b/examples/cross-bootstrap-morph.yaml @@ -0,0 +1,21 @@ +name: morph +kind: firehose +description: | + This example is for tracking Morph's master branch. This way we no longer + need to track morph manually for definitions. This entry updates the morph + present in the cross-bootstrap.morph -- deliberately different so that we + can see if changes work for normal builds but not cross-bootstrap or + vice-versa. + +landing: + repo: baserock:baserock/definitions + ref: baserock/firehose + stratum: cross-bootstrap + chunk: morph + method: absolute-sha1 + +tracking: + mode: follow-tip + ref: refs/heads/master + + diff --git a/examples/linux-master.yaml b/examples/linux-master.yaml new file mode 100644 index 0000000..0a65a86 --- /dev/null +++ b/examples/linux-master.yaml @@ -0,0 +1,16 @@ +name: linux +kind: firehose +description: | + This is an example for tracking Linux kernel master. Every time firehose runs + we will try and build the tip of the kernel. + +landing: + repo: baserock:baserock/definitions + ref: baserock/firehose + stratum: bsp-x86_64-generic + chunk: linux-x86-64-generic + method: absolute-sha1 + +tracking: + mode: follow-tip + ref: refs/heads/master diff --git a/examples/morph.yaml b/examples/morph.yaml new file mode 100644 index 0000000..ef7f977 --- /dev/null +++ b/examples/morph.yaml @@ -0,0 +1,18 @@ +name: morph +kind: firehose +description: | + This example is for tracking Morph's master branch. This way we no longer + need to track morph manually for definitions. + +landing: + repo: baserock:baserock/definitions + ref: baserock/firehose + stratum: tools + chunk: morph + method: absolute-sha1 + +tracking: + mode: follow-tip + ref: refs/heads/master + + -- cgit v1.2.1