Skip to content

Commit

Permalink
update asset-sync readme image to reflect the strategy update to use …
Browse files Browse the repository at this point in the history
…tags (#4415)
  • Loading branch information
scbedd authored Oct 17, 2022
1 parent 86cad9e commit a103749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tools/test-proxy/documentation/asset-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The `test-proxy` optionally offers integration with other git repositories for **storing** and **retrieving** recordings. This enables the proxy to work against repositories that do not emplace their test recordings directly alongside their test implementations.

![image](https://user-images.githubusercontent.com/45376673/180101415-cf864d95-8a8b-4d43-bb05-42604e9f7622.png)
![image](../_images/asset_sync_block_diagram.png)

In the context of a `monorepo`, this means that we store FAR less data per feature. To update recordings, the only change alongside the source code is to update the targeted tag.

Expand All @@ -25,7 +25,7 @@ An `assets.json` takes the form:
"AssetsRepo": "Azure/azure-sdk-assets-integration",
"AssetsRepoPrefixPath": "python",
"TagPrefix": "python/core",
"Tag": "python/core<10-character-commit-SHA>"
"Tag": "python/core_<10-character-commit-SHA>"
}
```

Expand Down

0 comments on commit a103749

Please sign in to comment.