Skip to content

Commit

Permalink
Add issue template for nightly build (#3286)
Browse files Browse the repository at this point in the history
* Add issue template for nightly build

* Update language a bit

* Update nightly_build_failure.md
  • Loading branch information
jdangerx authored Jan 26, 2024
1 parent 1a2badd commit 2e3b70c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/nightly_build_failure.md
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 )

```
```

0 comments on commit 2e3b70c

Please sign in to comment.