From a3887593351110101dfa896b7c767be2b3c940c1 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 13:40:32 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 +++ README.md | 3 +++ gating.yaml | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 README.md create mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index 1287b7e..2c2d042 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ +/spirv-headers-*.tar.gz +/SPIRV-Headers-sdk-1.3.216.0.tar.gz +/SPIRV-Headers-sdk-1.3.224.0.tar.gz /SPIRV-Headers-sdk-1.3.239.0.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5c8176 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# spirv-headers + +The spirv-headers package \ No newline at end of file diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..ea86f9d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}