Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Reorder samples manifest (via synth). (#9209)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and tseaver committed Sep 11, 2019
1 parent 4a29484 commit c44195f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions samples/v1/test/samples.manifest.yaml
Expand Up @@ -6,33 +6,33 @@ base: &common
chdir: '{@manifest_dir}/../..'
basepath: '.'
samples:
- <<: *common
path: '{basepath}/v1/language_entity_sentiment_gcs.py'
sample: 'language_entity_sentiment_gcs'
- <<: *common
path: '{basepath}/v1/language_classify_gcs.py'
sample: 'language_classify_gcs'
- <<: *common
path: '{basepath}/v1/language_classify_text.py'
sample: 'language_classify_text'
- <<: *common
path: '{basepath}/v1/language_entities_gcs.py'
sample: 'language_entities_gcs'
path: '{basepath}/v1/language_syntax_gcs.py'
sample: 'language_syntax_gcs'
- <<: *common
path: '{basepath}/v1/language_entities_text.py'
sample: 'language_entities_text'
- <<: *common
path: '{basepath}/v1/language_entity_sentiment_gcs.py'
sample: 'language_entity_sentiment_gcs'
path: '{basepath}/v1/language_classify_text.py'
sample: 'language_classify_text'
- <<: *common
path: '{basepath}/v1/language_syntax_text.py'
sample: 'language_syntax_text'
- <<: *common
path: '{basepath}/v1/language_entity_sentiment_text.py'
sample: 'language_entity_sentiment_text'
- <<: *common
path: '{basepath}/v1/language_entities_gcs.py'
sample: 'language_entities_gcs'
- <<: *common
path: '{basepath}/v1/language_sentiment_gcs.py'
sample: 'language_sentiment_gcs'
- <<: *common
path: '{basepath}/v1/language_sentiment_text.py'
sample: 'language_sentiment_text'
- <<: *common
path: '{basepath}/v1/language_syntax_gcs.py'
sample: 'language_syntax_gcs'
- <<: *common
path: '{basepath}/v1/language_syntax_text.py'
sample: 'language_syntax_text'
6 changes: 3 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-09-10T17:35:04.896094Z",
"updateTime": "2019-09-11T12:28:39.572337Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b4b182552fa0088e463ada73afcf48b405965c2c",
"internalRef": "268243295"
"sha": "f1c042777e90baae0f8590f7820eed2c6ef758b2",
"internalRef": "268319807"
}
},
{
Expand Down

0 comments on commit c44195f

Please sign in to comment.