VictoriaMetrics/.github/workflows
Aliaksandr Valialkin 3224a12e25
Revert "deployment: build image for vmagent streamaggr benchmark (#6515)"
This reverts commit 6b128da811.

Reason for revert: this complicates and slows down CI/CD without giving significant benefits in return.

The idea of automatic building, publishing and deploying Docker images to our playground on every pull request
and commit isn't very bright because of the following reasons:

- It slows down CI/CD pipeline
- It increases costs on CPU time spent at CI/CD pipeline
- It contradicts goal #7 at https://docs.victoriametrics.com/goals/#goals and non-goal #8 at https://docs.victoriametrics.com/goals/#non-goals

The previous workflow was much better - if we need to deploy some new Docker image at playground or staging environment,
then just __manually__ build and deploy the needed Docker image there. If the manual process requires making too many
steps, then think on how to automate these steps into a single Makefile command.

Updates https://github.com/VictoriaMetrics/ops/pull/1297
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6515
2024-07-16 13:27:06 +02:00
..
build.yml Optimize CI workflows (#6551) 2024-07-05 14:58:54 +02:00
check-licenses.yml .github/workflows: update actions/cache from v3 to v4 2024-02-13 19:36:21 +02:00
codeql-analysis-go.yml github/workflows: run CodeQL Go analysis for .go files only (#6540) 2024-06-27 09:23:00 +02:00
codeql-analysis-js-ts.yml github/workflows: run CodeQL analysis for both JavaScript and TypeScript (#6541) 2024-06-27 09:25:05 +02:00
main.yml Optimize CI workflows (#6551) 2024-07-05 14:58:54 +02:00
sync-docs.yml github acitons: ghaction-import-gpg v5 -> v6 2024-07-03 14:45:33 +02:00