examples/code_search/docker/t2t
Jeremy Lewi e15bfffca4 An Argo workflow to use as the E2E test for code_search example. (#446)
* An Argo workflow to use as the E2E test for code_search example.

* The workflow builds the Docker images and then runs the python test
  to train and export a model

* Move common utilities into util.libsonnet.

* Add the workflow to the set of triggered workflows.

* Update the test environment used by the test ksonnet app; we've since
  changed the location of the app.

Related to #295

* Refactor the jsonnet file defining the GCB build workflow

  * Use an external variable to conditionally pull and use a previous
    Docker image as a cache

  * Reduce code duplication by building a shared template for all the different
    workflows.

* BUILD_ID needs to be defined in the default parameters otherwise we get an error when adding a new environment.

* Define suitable defaults.
2018-12-28 16:12:32 -08:00
..
Dockerfile An Argo workflow to use as the E2E test for code_search example. (#446) 2018-12-28 16:12:32 -08:00
Dockerfile.dataflow Dataflow job should support writing embeddings to a different location (Fix #366). (#388) 2018-12-02 09:51:27 -08:00
README.md code search example make distributed training work; Create some components to train models (#317) 2018-11-08 16:13:01 -08:00
build.jsonnet An Argo workflow to use as the E2E test for code_search example. (#446) 2018-12-28 16:12:32 -08:00
run_and_wait.sh exit if t2t job failed (#327) 2018-11-11 21:35:44 -08:00
t2t-entrypoint.sh exit if t2t job failed (#327) 2018-11-11 21:35:44 -08:00

README.md

To build the docker images use the Makefile at the root of the code_search tree.