Skip to content

Commit c97bb20

Browse files
fix: removing migrated samples (to nodejs-docs-samples) from repo (#555)
* refactor: removing migrated samples (to nodejs-docs-samples) from repo * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: clean up samples ref * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: clean up * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: clean up samples-test ref in kokoro * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: trigger snippets-bot * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: trigger snippets-bot * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d9f0de9 commit c97bb20

File tree

403 files changed

+2
-50073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

403 files changed

+2
-50073
lines changed

packages/google-cloud-aiplatform/README.md

Lines changed: 2 additions & 132 deletions
Large diffs are not rendered by default.

packages/google-cloud-aiplatform/owlbot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
# List of excludes for the enhanced library
2222
node.owlbot_main(
2323
staging_excludes = [
24-
".kokoro/presubmit/node12/samples-test.cfg",
2524
"package.json",
2625
"README.md",
2726
"src/decorator.ts",
@@ -34,8 +33,6 @@
3433
"tsconfig.json",
3534
],
3635
templates_excludes=[
37-
".kokoro/continuous/node12/samples-test.cfg",
38-
".kokoro/presubmit/node12/samples-test.cfg",
3936
"src/index.ts",
4037
],
4138
)

packages/google-cloud-aiplatform/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"prelint": "cd samples; npm link ../; npm i",
4444
"prepare": "npm run compile-protos && npm run compile",
4545
"system-test": "c8 mocha build/system-test",
46-
"samples-test": "cd samples/ && npm link ../ && npm test",
4746
"test": "c8 node build/test/run.js"
4847
},
4948
"dependencies": {

0 commit comments

Comments
 (0)