Initial configuration

Change-Id: Ie0129552d01f2e45ec5a15c6b00c28ddd604a914
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
new file mode 100644
index 0000000..22b244e
--- /dev/null
+++ b/zuul.d/jobs.yaml
@@ -0,0 +1,25 @@
+- job:
+    name: base
+    parent: null
+    description: |
+      The recommended base job.
+
+      All jobs ultimately inherit from this.  It runs a pre-playbook
+      which copies all of the job's prepared git repos on to all of
+      the nodes in the nodeset.
+
+      It also sets a default timeout value (which may be overidden).
+    pre-run: playbooks/base/pre.yaml
+    post-run:
+      - playbooks/base/post-ssh.yaml
+      - playbooks/base/post-logs.yaml
+    roles:
+      - zuul: zuul/zuul-jobs
+    timeout: 1800
+    nodeset:
+      nodes:
+        - name: ubuntu-focal
+          label: ubuntu-focal
+    secrets:
+      - name: s3_config
+        secret: s3-secrets