Skip to content

Commit

Permalink
Fix CI / include changes in tests to CI trigger. (#421)
Browse files Browse the repository at this point in the history
* Include changes in tests to CI trigger.

Signed-off-by: dblock <dblock@amazon.com>

* Added cluster_manager_timeout to HEAD /{index}.
  • Loading branch information
dblock authored Jul 15, 2024
1 parent 0b033a9 commit 3441e2b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- .github/workflows/test-spec.yml
- package*.json
- spec/**
- tests/**
- tools/src/tester/**
- tsconfig.json
pull_request:
paths:
- .github/workflows/test-spec.yml
- package*.json
- spec/**
- tests/**
- tools/src/tester/**
- tsconfig.json

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Added `file` to `/_cache/clear` and `/{index}/_cache/clear` ([#396](https://github.com/opensearch-project/opensearch-api-specification/pull/396))
- Added a workflow to run tests against the next version of OpenSearch ([#409](https://github.com/opensearch-project/opensearch-api-specification/pull/409))
- Added support for skipping tests using semver range ([#410](https://github.com/opensearch-project/opensearch-api-specification/pull/410))
- Added `cluster_manager_timeout` to `HEAD /{index}` ([#421](https://github.com/opensearch-project/opensearch-api-specification/pull/421))

### Changed

Expand Down
8 changes: 8 additions & 0 deletions spec/namespaces/indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ paths:
parameters:
- $ref: '#/components/parameters/indices.exists::path.index'
- $ref: '#/components/parameters/indices.exists::query.allow_no_indices'
- $ref: '#/components/parameters/indices.exists::query.cluster_manager_timeout'
- $ref: '#/components/parameters/indices.exists::query.expand_wildcards'
- $ref: '#/components/parameters/indices.exists::query.flat_settings'
- $ref: '#/components/parameters/indices.exists::query.ignore_unavailable'
Expand Down Expand Up @@ -3220,6 +3221,13 @@ components:
schema:
$ref: '../schemas/_common.yaml#/components/schemas/Indices'
style: simple
indices.exists::query.cluster_manager_timeout:
name: cluster_manager_timeout
in: query
description: Operation timeout for connection to cluster-manager node.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/Duration'
x-version-added: '2.0'
indices.exists::query.allow_no_indices:
in: query
name: allow_no_indices
Expand Down

0 comments on commit 3441e2b

Please sign in to comment.