-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue template for nightly build (#3286)
* Add issue template for nightly build * Update language a bit * Update nightly_build_failure.md
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 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,35 @@ | ||
--- | ||
name: Nightly build failure report | ||
about: Lightweight incident report for nightly build failure | ||
title: Nightly Build Failure XXXX-XX-XX | ||
labels: | ||
- bug | ||
- nightly-builds | ||
assignees: catalyst-cooperative/inframundo | ||
--- | ||
|
||
# Overview | ||
|
||
What do you think happened, if anything? | ||
|
||
# Next steps | ||
|
||
What next steps do we need to do to understand or remediate the issue? | ||
|
||
# Verify that everything is fixed! | ||
|
||
Once you've applied any necessary fixes, make sure that the nightly build outputs are all in their right places. | ||
|
||
```[tasklist] | ||
- [ ] [S3 distribution bucket](https://s3.console.aws.amazon.com/s3/buckets/pudl.catalyst.coop?region=us-west-2&bucketType=general&prefix=nightly/&showversions=false) was updated at the expected time | ||
- [ ] [GCP distribution bucket](https://console.cloud.google.com/storage/browser/pudl.catalyst.coop/nightly;tab=objects?project=catalyst-cooperative-pudl) was updated at the expected time | ||
- [ ] [GCP internal bucket](https://console.cloud.google.com/storage/browser/builds.catalyst.coop) was updated at the expected time | ||
- [ ] [Datasette PUDL version](https://data.catalyst.coop/pudl/core_pudl__codes_datasources) points at the same hash as [nightly](https://github.com/catalyst-cooperative/pudl/tree/nightly) | ||
- [ ] [Zenodo sandbox record](https://sandbox.zenodo.org/doi/10.5072/zenodo.5563) was updated to the record number in the logs (search for `zenodo_data_release.py` and `Draft` in the logs, to see what the new record number should be!) | ||
``` | ||
|
||
# Relevant logs | ||
[link to build logs from internal distribution bucket]( PLEASE FIND THE ACTUAL LINK AND FILL IN HERE ) | ||
|
||
``` | ||
``` |