Skip to content

Commit d3e9237

Browse files
docs: create publish_multiple_os_images_scripted_inputs runbook (#259)
PR with documentation for publishing multiple different os images for scripted inputs tests purpose. --------- Co-authored-by: Artem Rys <rysartem@gmail.com>
1 parent 1ee24a0 commit d3e9237

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Runbook to publish multiple images of different Linux flavors and versions for scripted inputs tests
2+
3+
Once there is new Splunk release, and [matrix](https://github.com/splunk/addonfactory-test-matrix-action) is updated, we need to make sure that Splunk images for scripted inputs tests are created and published.
4+
## Steps
5+
6+
### Update OS images
7+
- check what OS are listed in definition of matrix in scripted inputs tests [here](https://github.com/splunk/addonfactory-workflow-addon-release/blob/v4.16/.github/workflows/reusable-build-test-release.yml#L1966)
8+
- if any is missing in [ta-automation-docker-images](https://cd.splunkdev.com/taautomation/ta-automation-docker-images/-/tree/main/dockerfiles) then add new Dockerfile
9+
10+
### Create images and publish them to ECR
11+
- figure out what version of Splunk is needed (sha) using go/fetcher
12+
- trigger [pipeline](https://cd.splunkdev.com/taautomation/ta-automation-docker-images/-/pipelines/new) for every OS flavor separately

0 commit comments

Comments
 (0)