Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# commit-queue-playground

Repository here to experiment with the commit queue.
Repository here to experiment with the commit queue or other things.

## Testing

Run tests with pytest.
=======
# Run tests with pytest.

```
$ pip install -r requirements.txt
Expand Down
16 changes: 2 additions & 14 deletions output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,14 @@ pre:
set -o verbose
echo "chayaMtesting in pre"
cat src/output.json

tasks:
- name: print_apple
commands:
- command: shell.exec
params:
script: |
set -o verbose
echo "chayaMtesting in task"
cat src/output.json
- command: shell.exec
params:
script: echo "apple"
- name: print_banana
commands:
- command: shell.exec
params:
script: echo "banana"
echo "this is a task"
buildvariants:
- name: ubuntu2204
display_name: Ubuntu 22.04
Expand All @@ -34,8 +25,5 @@ buildvariants:
- name: "print_apple"
create_check_run:
path_to_outputs: "src/output.json"
- name: "print_banana"
create_check_run:
path_to_outputs: ""
expansions:
checkRun_key: apple