Commit 230740e
action: support for benchmark using GitHub actions in conjunction with Buildkite (#3374)
* ci: remove Jenkins
* support for benchmark using GitHub actions in conjunction with Buildkite
* chore: for testing purposes
* remove any Jenkins references
* add buildkite log echo for helping with collapsing the output in the UI
this will not show make the UI better in GitHub actions though
* action: group logs
* Revert "action: group logs"
This reverts commit 92bcd6c.
* move the traces earlier
* debug what's going on
* use the installation steps explained in https://github.com/nvm-sh/nvm
* use install manually as explained in https://github.com/nvm-sh/nvm\#manual-install
* Revert "use install manually as explained in https://github.com/nvm-sh/nvm\#manual-install"
This reverts commit 0af0553.
* install only if it is not installed
* debug whether shell login
* avoid errors when calling the nvm for the first time
* support buildkite missbehaviour
* remove debug
* revert changes to be similar to the previous configuration
* debug
* reduce log traces
* Update .ci/scripts/bench.sh
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Trent Mick <[email protected]>
* ci: small format cleanup
Signed-off-by: Adrien Mannocci <[email protected]>
* ci: let's debug nvm install
Signed-off-by: Adrien Mannocci <[email protected]>
* ci: correct benchmark prepare step
Signed-off-by: Adrien Mannocci <[email protected]>
* ci: flush positional arguments and use major version
Signed-off-by: Adrien Mannocci <[email protected]>
* ci: properly set NODE_VERSION env var
Signed-off-by: Adrien Mannocci <[email protected]>
* ci: use nvmrc instead of explicit value
Signed-off-by: Adrien Mannocci <[email protected]>
* ci: small cleanup
Signed-off-by: Adrien Mannocci <[email protected]>
* ci: last cleanup before merge
Signed-off-by: Adrien Mannocci <[email protected]>
* ci: remove leftover jenkins job scheduling
Signed-off-by: Adrien Mannocci <[email protected]>
---------
Signed-off-by: Adrien Mannocci <[email protected]>
Co-authored-by: Trent Mick <[email protected]>
Co-authored-by: Adrien Mannocci <[email protected]>1 parent c98f14a commit 230740e
File tree
13 files changed
+126
-278
lines changed- .ci
- jobs
- scripts
- .github/workflows
- test/benchmarks/scripts
13 files changed
+126
-278
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
22 | 34 | | |
23 | 35 | | |
24 | 36 | | |
| 37 | + | |
25 | 38 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 39 | | |
| 40 | + | |
31 | 41 | | |
32 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
4 | 13 | | |
5 | 14 | | |
6 | 15 | | |
7 | 16 | | |
8 | 17 | | |
9 | 18 | | |
10 | 19 | | |
11 | | - | |
12 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 | | |
| 24 | + | |
14 | 25 | | |
0 commit comments