Skip to content

Commit

Permalink
Fix path to samples/colab/test_notebooks.py. (#9001)
Browse files Browse the repository at this point in the history
Missed this in #8988 (and only tested the Buildkite pipeline on #8987)

Should fix https://buildkite.com/iree/iree-samples/builds/321#645def5a-0354-4b8c-bfb4-a2a3985e9e54

```
[2022-04-27T00:05:04Z] python3: can't open file './colab/test_notebooks.py': [Errno 2] No such file or directory
```
  • Loading branch information
ScottTodd authored Apr 27, 2022
1 parent 4e6e3cd commit 267fadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/buildkite/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
steps:
- label: "Test Colab notebooks"
commands:
- "docker run --user=$(id -u):$(id -g) --volume=\\$PWD:\\$IREE_DOCKER_WORKDIR --workdir=\\$IREE_DOCKER_WORKDIR --rm gcr.io/iree-oss/samples@sha256:67c129c27ef1f3f3ed268e6a14cf36a58c965eb01058b9890524644f57fdf9a1 python3 ./colab/test_notebooks.py"
- "docker run --user=$(id -u):$(id -g) --volume=\\$PWD:\\$IREE_DOCKER_WORKDIR --workdir=\\$IREE_DOCKER_WORKDIR --rm gcr.io/iree-oss/samples@sha256:67c129c27ef1f3f3ed268e6a14cf36a58c965eb01058b9890524644f57fdf9a1 python3 ./samples/colab/test_notebooks.py"
env:
IREE_DOCKER_WORKDIR: "/usr/src/github/iree"
agents:
Expand Down

0 comments on commit 267fadb

Please sign in to comment.