Skip to content

Commit

Permalink
Support more options for new experiments (#1113)
Browse files Browse the repository at this point in the history
* Support more options for new experiments
* Update wehe schemas
  • Loading branch information
stephen-soltesz authored Apr 6, 2023
1 parent 92fdd1e commit 71c6cf6
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 298 deletions.
15 changes: 13 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,21 @@ steps:
id: "Update table schemas before deploying parsers"
entrypoint: bash
args: [
'-c', './update-schema'
'-c', './update-schema -standard'
]
env:
- GCLOUD_PROJECT=$PROJECT_ID
- PROJECT=$PROJECT_ID

- name: etl-testing
id: "Update table schemas for wehe deploying parsers"
entrypoint: bash
args: [
'-c', './update-schema -experiment wehe -datatype scamper1 &&
./update-schema -experiment wehe -datatype annotation2 &&
./update-schema -experiment wehe -datatype hopannotation2'
]
env:
- PROJECT=$PROJECT_ID

# UNIVERSAL PARSER: Run apply-cluster.sh
- name: gcr.io/cloud-builders/kubectl
Expand Down
Loading

0 comments on commit 71c6cf6

Please sign in to comment.