Skip to content

Commit f1bb20d

Browse files
rzuckermactions-user
authored andcommitted
Add Pinecone Tests (#3201)
1 parent 39443ce commit f1bb20d

File tree

4 files changed

+17
-33
lines changed

4 files changed

+17
-33
lines changed

archive/o/odin/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently
5555

5656
## Testing
5757

58-
This language currently does not feature testing. If you'd like to help in the efforts to test all of the code in this repo, consider creating a testinfo.yml file with the following information:
58+
The following list shares details about what we're using to test all Sample Programs in Odin.
5959

60-
```yml
61-
folder:
62-
extension:
63-
naming:
64-
65-
container:
66-
image:
67-
tag:
68-
cmd:
69-
```
60+
- Docker Image: yeongjukang/odin
61+
- Docker Tag: alpine-dev-2022-08
7062

7163
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
7264

archive/o/owl-lisp/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently
5555

5656
## Testing
5757

58-
This language currently does not feature testing. If you'd like to help in the efforts to test all of the code in this repo, consider creating a testinfo.yml file with the following information:
58+
The following list shares details about what we're using to test all Sample Programs in Owl Lisp.
5959

60-
```yml
61-
folder:
62-
extension:
63-
naming:
64-
65-
container:
66-
image:
67-
tag:
68-
cmd:
69-
```
60+
- Docker Image: rzuckerm/owl-lisp
61+
- Docker Tag: 0.2.1-1
7062

7163
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
7264

archive/p/pinecone/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently
5555

5656
## Testing
5757

58-
This language currently does not feature testing. If you'd like to help in the efforts to test all of the code in this repo, consider creating a testinfo.yml file with the following information:
58+
The following list shares details about what we're using to test all Sample Programs in Pinecone.
5959

60-
```yml
61-
folder:
62-
extension:
63-
naming:
64-
65-
container:
66-
image:
67-
tag:
68-
cmd:
69-
```
60+
- Docker Image: rzuckerm/pinecone
61+
- Docker Tag: 0.5.1-1
7062

7163
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
7264

archive/p/pinecone/testinfo.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
folder:
2+
extension: ".pn"
3+
naming: "underscore"
4+
5+
container:
6+
image: "rzuckerm/pinecone"
7+
tag: "0.5.1-1"
8+
cmd: "pinecone {{ source.name }}{{ source.extension }}"

0 commit comments

Comments
 (0)