Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/go/internal/spec/statik.go

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

5 changes: 4 additions & 1 deletion versions/1/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@
link: https://github.com/elastic/package-spec/pull/143
- description: Pipeline test results can be optional
type: enhancement
link: https://github.com/elastic/package-spec/pull/147
link: https://github.com/elastic/package-spec/pull/147
- description: Remove deprecated JSON-formatted pipeline test configs
type: breaking-change
link: https://github.com/elastic/package-spec/pull/150
18 changes: 2 additions & 16 deletions versions/1/data_stream/_dev/test/pipeline/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,13 @@ spec:
type: file
pattern: '^test-[a-z0-9-]+\.log$'
required: false
- description: JSON-formatted configuration for a test case in raw format
type: file
pattern: '^test-[a-z0-9-]+\.log-config.json$'
contentMediaType: "application/json"
required: false
deprecated: true # use "YAML-formatted configuration for a test case in raw format"
$ref: "./config_raw.spec.yml"
- description: JSON-formatted configuration for a test case in JSON format
type: file
pattern: '^test-[a-z0-9-]+\.json-config.json$'
contentMediaType: "application/json"
required: false
deprecated: true # use "YAML-formatted configuration for a test case in JSON format"
$ref: "./config_json.spec.yml"
- description: YAML-formatted configuration for a test case in raw format
- description: Configuration for a test case in raw format
type: file
pattern: '^test-[a-z0-9-]+\.log-config.yml'
contentMediaType: "application/x-yaml"
required: false
$ref: "./config_raw.spec.yml"
- description: YAML-formatted configuration for a test case in JSON format
- description: Configuration for a test case in JSON format
type: file
pattern: '^test-[a-z0-9-]+\.json-config.yml'
contentMediaType: "application/x-yaml"
Expand Down