You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/OPERATIONS_LOG.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,21 @@ Artifacts of smoke testing pipeline build, includes troubleshooting.
6
6
7
7
- 2025-10-11 Build docker image and run.
8
8

9
-
- 2025-08-17 Validate container ran and returned RC0.
9
+
- 2025-10-11 Validate container ran and returned RC0.
10
10

11
-
- 2025-08-17 Push image to GCP Artifact Repository.
11
+
- 2025-10-11 Push image to GCP Artifact Repository.
12
12

13
-
- 2025-08-17 Authorize Docker to connect to Artifact Repo using gcloud shell.
13
+
- 2025-10-11 Authorize Docker to connect to Artifact Repo using gcloud shell.
14
14

15
-
- 2025-08-17 TROUBLESHOOT: The incorrect account was set as active, cuasing authentication to fail when trying to push the docker image to GCP Artifact Repo. Corrected by changing and validating the correct active account.
15
+
- 2025-11-11 TROUBLESHOOT: The incorrect account was set as active, cuasing authentication to fail when trying to push the docker image to GCP Artifact Repo. Corrected by changing and validating the correct active account.
16
16

17
-
- 2025-08-17 Validate docker image is now in Artifact Repo in GCP.
17
+
- 2025-10-11 Validate docker image is now in Artifact Repo in GCP.
18
18

19
-
- 2025-08-17 TROUBLESHOOT: Dockerfile and Go code where not both in root, which was causing the build to fail.
19
+
- 2025-10-11 TROUBLESHOOT: Dockerfile and Go code where not both in root, which was causing the build to fail.
20
20

21
-
- 2025-08-17 TROUBLESHOOT: Updated the name of the code used to build the Docker image, did not update the build yaml or the code itself, which was causing the build to fail. Once everything was uniform build ran to completion returning an RC0.
21
+
- 2025-10-11 TROUBLESHOOT: Updated the name of the code used to build the Docker image, did not update the build yaml or the code itself, which was causing the build to fail. Once everything was uniform build ran to completion returning an RC0.
22
22

23
+
- 2025-10-12 TROUBLESHOOT: Job failing due to the source image not being properly tagged prior to pushing the docker image from GitHub Actions to GCP Artifact Repo. Corrected tagging the image earlier in the build process, adding a unit test job, and breaking up the tag and push job from one to two jobs. Final smoke test performed by validating image updated in Artifact Repo.
0 commit comments