From 1b0b3e27e73e47d3c8fe6321c1561925033b5bad Mon Sep 17 00:00:00 2001 From: Chaya Malik Date: Tue, 19 Mar 2024 15:25:51 -0400 Subject: [PATCH 1/7] change --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76001b2d..33a6ec33 100644 --- a/README.md +++ b/README.md @@ -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 From 2d465a17ca152bedd906dc9e1a58a605ad3a5acc Mon Sep 17 00:00:00 2001 From: Chaya Malik Date: Tue, 19 Mar 2024 16:10:23 -0400 Subject: [PATCH 2/7] smaller PR --- output.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/output.yml b/output.yml index 75f533f7..1a3403bb 100644 --- a/output.yml +++ b/output.yml @@ -14,17 +14,7 @@ tasks: - 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" buildvariants: - name: ubuntu2204 display_name: Ubuntu 22.04 @@ -34,8 +24,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 From 85c1aca3d7b905cf7ede0ddc94e9dd03e1dfd8fe Mon Sep 17 00:00:00 2001 From: Chaya Malik Date: Tue, 19 Mar 2024 16:11:00 -0400 Subject: [PATCH 3/7] more --- output.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output.yml b/output.yml index 1a3403bb..409483e6 100644 --- a/output.yml +++ b/output.yml @@ -14,7 +14,7 @@ tasks: - command: shell.exec params: script: | - echo "chayaMtesting in task" + echo "this is a task" buildvariants: - name: ubuntu2204 display_name: Ubuntu 22.04 From 97825fc6b607a374b686ba462860922af5f08526 Mon Sep 17 00:00:00 2001 From: Chaya Malik Date: Tue, 19 Mar 2024 16:17:12 -0400 Subject: [PATCH 4/7] . --- output.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/output.yml b/output.yml index 409483e6..e56192d4 100644 --- a/output.yml +++ b/output.yml @@ -8,6 +8,7 @@ pre: set -o verbose echo "chayaMtesting in pre" cat src/output.json + tasks: - name: print_apple commands: @@ -26,3 +27,6 @@ buildvariants: path_to_outputs: "src/output.json" expansions: checkRun_key: apple + + +// something \ No newline at end of file From 1274b43abcc5c4cc60b70c6016c17d8314db7047 Mon Sep 17 00:00:00 2001 From: Chaya Malik Date: Tue, 19 Mar 2024 16:37:32 -0400 Subject: [PATCH 5/7] yes --- output.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/output.yml b/output.yml index e56192d4..3f5c89ba 100644 --- a/output.yml +++ b/output.yml @@ -27,6 +27,3 @@ buildvariants: path_to_outputs: "src/output.json" expansions: checkRun_key: apple - - -// something \ No newline at end of file From 24798d953fed09dbe401e2e71aae178db4aaaeec Mon Sep 17 00:00:00 2001 From: Chaya Malik Date: Tue, 19 Mar 2024 17:05:29 -0400 Subject: [PATCH 6/7] empty From 316aa5faa27010e28d358d858808b07fc6327620 Mon Sep 17 00:00:00 2001 From: Chaya Malik Date: Wed, 20 Mar 2024 10:02:06 -0400 Subject: [PATCH 7/7] empty