-
Task
-
Resolution: Done
-
Blocker
-
1.8.0, 1.9.0
-
None
add flags to ./build/scripts/checkPluginsExist.sh to cause it to commit a change for each build, sequentially, with a 5s delay between each commit
- --trigger-exist
- --trigger-missing
- --trigger-all
.tekton/generatePipelineRunsForPlugins.sh should compute the current tag from rhdh package.json
.tekton/generatePipelineRunsForPlugins.sh should prevent committing more than 1 yaml and 1 containerfile update per commit (2 files changed, one build triggered)
- using the new --path workspace/path/plugin$ flag, this can be done when called by checkPluginsExist.sh
can use the same 5s delay between commits as in checkPluginsExist.sh
may need to experiment to see if 5s is sufficient when respinning 30-40 plugins.
- relates to
-
SRVKP-9228 PaC: Cache list of changed files to reduce VCS API load
-
- In Progress
-