forked from NVIDIA/cccl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add groups to script steps. * [skip-tests] missing quote * [skip-tests] Use function to only print group in GHA. * Fix color. * [skip-tests] Add group for env details. * [skip-tests] Add group to run_as_coder repro instructions. * Don't error on unbound. * Don't print script args * Color coder print message. * Avoid unbound errors with GITHUB_ACTIONS. * Don't run nvidia-smi manually in the test job. * sccache stats group. * Avoid sccache stats if sccache is not available. * [skip-tests] Inject intentional error. * Revert "[skip-tests] Inject intentional error." This reverts commit 7270a0c. * Use preset name in group name. * Parameterize color. * Print sccache stats in group. * Add problem matcher. * Add problem matcher before moving repo files. * Remove the cmake regexs for now. * Try different problem matcher. * Just remove problem matchers for now. * Fix if * Remove redundant sccache stats. * Try adding problem matcher again. * Fix problem-matcher file name. * [skip-tests] Run smaller matrix for debug. * Fix path. * Use json array for matcher. * Fix json array. * [skip-tests] Disable verify devcontainers for now. * disable verify-devcontainers * Exclude home/coder from the path in the matcher. * Try a different regex. * Exclude leading slash. * Run as coder user. * Revert "Run as coder user." This reverts commit dace5f6. * Add ninja summary stats. * Fix permissions of ninja summary script. * Make color conditional upon status. * Make sure to get correct build status. * Exit if build failed. * Fix if statement. * Print when build fails. * Disable exiting on non-zero return. * Don't use local, it resets exit code. * Fix variable name. * Emit error. * Make sccache stats part of group title. * Make repro instructions a conditional step. * Get rid of old code. * Go back to putting the repro instructions in the command step. * Don't output error::. * Update problem matcher. * Don't capture cmake output. * Fix group name. * Actually disable exiting on non-zero return. * Add echo -e. * Fix spacing. * Redundant "build". * Add space to fix emoji. * Move end message logic into end group. * Fix group name. * Don't print in GHA on success. * Fix emojis. * Refactor group command logic into function. * Docs. * Return status from run_command. * Revert test changes. * Update repro instructions. * Remove excess. * Use print_env_details directly to avoid duplicates. * Update problem-matcher.json * Add timing to build/test scripts.
- Loading branch information
Showing
13 changed files
with
606 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"problemMatcher": [ | ||
{ | ||
"owner": "nvcc", | ||
"pattern": [ | ||
{ | ||
"regexp": "^\\/home\\/coder\\/(.+):(\\d+):(\\d+): (\\w+): \"(.+)\"$", | ||
"severity": 4, | ||
"message": 5 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.