-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix macOS build on Apple Silicon - Upgraded versions of Python that are aware of the Apple Silicon architecture - Use mock to patch cpu_arch for `test_release_repo_config_with_user_url` so that `x64` is returned - Fix message to launch workload - Update templates for OpenSearch output Signed-off-by: Cédric Pelvet <cedric.pelvet@gmail.com> * Undo fix message to launch workload Signed-off-by: Cédric Pelvet <cedric.pelvet@gmail.com> * Add macos-latest to GitHub workflows Signed-off-by: Cédric Pelvet <cedric.pelvet@gmail.com> * Use matrix Signed-off-by: Cédric Pelvet <cedric.pelvet@gmail.com> * Disabled unreliable time-based tests Signed-off-by: Cédric Pelvet <cedric.pelvet@gmail.com> * Disabled unreliable time-based tests Signed-off-by: Cédric Pelvet <cedric.pelvet@gmail.com> * Restore _doc for the time being and check against opensearch Signed-off-by: Cédric Pelvet <cedric.pelvet@gmail.com> * Fix _cluster_distribution for Elasticsearch distributions Signed-off-by: Cédric Pelvet <cedric.pelvet@gmail.com> * Disabled more time dependent tests Signed-off-by: Cédric Pelvet <cedric.pelvet@gmail.com>
- Loading branch information
1 parent
370fdc8
commit f640f98
Showing
11 changed files
with
48 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"python_versions": { | ||
"PY38": "3.8.8", | ||
"PY39": "3.9.2", | ||
"MIN_PY_VER": "3.8.8" | ||
"PY38": "3.8.12", | ||
"PY39": "3.9.10", | ||
"MIN_PY_VER": "3.8.12" | ||
} | ||
} |
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
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
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
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