-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds "skipped" as a new predicate for testcaserun events. A final outcome of "skip" is common for many test frameworks, so adding it as a possible outcome will improve interoperability. See further discussion in #140. Signed-off-by: Daniel Han <[email protected]>
- Loading branch information
1 parent
6120974
commit 8fa164a
Showing
27 changed files
with
831 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
VALIDATE_MARKDOWN: true | ||
|
||
jsonschema: | ||
name: Validate examples | ||
name: Validate Examples | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
@@ -47,3 +47,12 @@ jobs: | |
|
||
- name: Validate Examples | ||
run: ./tools/verify-examples.sh | ||
|
||
spellcheck: | ||
name: Spellcheck (en_US) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v3 | ||
- name: Spellcheck | ||
uses: rojopolis/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
Auth | ||
BD | ||
CDF | ||
CVE | ||
Gerrit | ||
Github | ||
Gitlab | ||
JSON | ||
KH | ||
KyjITcZXHotdMB | ||
MEYCIQCBT | ||
NGua | ||
NIST | ||
Notational | ||
README | ||
SBOM | ||
SBOMs | ||
SCM | ||
SIG | ||
SRE | ||
Tekton | ||
TestRepo | ||
URI | ||
UUID | ||
XiQlc | ||
american | ||
br | ||
cardpane | ||
cdevent | ||
cdevents | ||
ce | ||
charset | ||
cloudevents | ||
contenttype | ||
customdata | ||
customdatacontenttype | ||
datacontenttype | ||
dataschema | ||
deterministically | ||
dev | ||
emmitted | ||
english | ||
enum | ||
eventdata | ||
fas | ||
fc | ||
geo | ||
href | ||
http | ||
iaas | ||
img | ||
interoperable | ||
jenkins | ||
json | ||
lifecycle | ||
markdownlint | ||
md | ||
modelled | ||
myapp | ||
mybot | ||
mydata | ||
myvalue | ||
namespace | ||
namespaceB | ||
nnnn | ||
notational | ||
observability | ||
param | ||
pipelinerun | ||
png | ||
pre | ||
quicktime | ||
rfc | ||
rolledback | ||
runtime | ||
sbom | ||
somewherelse | ||
specversion | ||
src | ||
subjectid | ||
taskrun | ||
tekton | ||
testEnv | ||
testcase | ||
testcaserun | ||
testkube | ||
testoutput | ||
testrunreport | ||
testsuite | ||
testsuiterun | ||
ticketURI | ||
toc | ||
typesystem | ||
uri | ||
url | ||
utf | ||
viewUrl | ||
wpaper | ||
xml | ||
ypDXWCjlNKfzTV | ||
yshmiPmp | ||
znnSMNkQIhAJ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
matrix: | ||
- name: json | ||
aspell: | ||
lang: en | ||
d: en_US | ||
camel-case: true | ||
mode: url | ||
sources: | ||
- "**/*.json|!.github" | ||
dictionary: | ||
wordlists: | ||
- .spellcheck-en-custom.txt | ||
- name: markdown | ||
aspell: | ||
lang: en | ||
d: en_US | ||
camel-case: true | ||
mode: url | ||
sources: | ||
- "**/*.md" | ||
dictionary: | ||
wordlists: | ||
- .spellcheck-en-custom.txt | ||
pipeline: | ||
- pyspelling.filters.context: | ||
context_visible_first: true | ||
escapes: '\\[\\`~]' | ||
delimiters: | ||
# Ignore multiline content between fences (fences can have 3 or more back ticks) | ||
# ``` | ||
# content | ||
# ``` | ||
- open: '(?s)^(?P<open> *`{3,})$' | ||
close: '^(?P=open)$' | ||
# Ignore text between inline back ticks | ||
- open: '(?P<open>`+)' | ||
close: '(?P=open)' |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Maintainers table | ||
# | Full Name | Company | GitHub | | ||
# |-------------------|:----------:|----------------------------------------------------------------| | ||
# | Emil Bäckmark | Ericsson | [@e-backmark-ericsson](https://github.com/e-backmark-ericsson) | | ||
# | Andrea Frittoli | IBM | [@afrittoli](https://github.com/afrittoli) | | ||
# | Ben Powell | Apple | [@xibz](https://github.com/xibz) | | ||
|
||
# Emeritus maintainers (must be in a comment) | ||
# Note yet | ||
|
||
# Repo maintainers | ||
* @cdevents/spec-maintainers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.