summaryrefslogtreecommitdiff
path: root/buildstream/testing/_sourcetests/project/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/testing/_sourcetests/project/project.conf')
-rw-r--r--buildstream/testing/_sourcetests/project/project.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/buildstream/testing/_sourcetests/project/project.conf b/buildstream/testing/_sourcetests/project/project.conf
new file mode 100644
index 000000000..05b68bfeb
--- /dev/null
+++ b/buildstream/testing/_sourcetests/project/project.conf
@@ -0,0 +1,27 @@
+# Project config for frontend build test
+name: test
+element-path: elements
+aliases:
+ alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/
+ project_dir: file://{project_dir}
+options:
+ linux:
+ type: bool
+ description: Whether to expect a linux platform
+ default: True
+ arch:
+ type: arch
+ description: Current architecture
+ values:
+ - x86-64
+ - aarch64
+split-rules:
+ test:
+ - |
+ /tests
+ - |
+ /tests/*
+
+fatal-warnings:
+- bad-element-suffix
+- bad-characters-in-name