-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed restore build artifacts issue on docker hub triggering (#259)
* Added dockerhub build-variants. Added by.hash (we have by.branch, by.tag, by.hash now) * fixes per flake linter * Updated poetry lock * Running on tox on PR in gh * tox 5.0.0 and docker >= 7 * Fixed utils/tests/test_builder.py::test_commit_schema_to_stream_then_build * Fixed utils/tests/test_builder.py:76: AssertionError * Fixed poetry lock * Added dockerhub E2E triggering/tests * Running dockerhub tests by default on CI * Ensuring we have small CPU count requests for CI * Fixed prefetch image test * Include a way of triggering dockerhub run * Add airgap option to cli docker triggering * fixed restore build artifacts issue on docker hub triggering * Fixed linter issues
- Loading branch information
1 parent
987bb2c
commit a948794
Showing
4 changed files
with
39 additions
and
29 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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "redis-benchmarks-specification" | ||
version = "0.1.210" | ||
version = "0.1.213" | ||
description = "The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute." | ||
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"] | ||
readme = "Readme.md" | ||
|
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