-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is the feature request? What problem does it solve?
The current process for releasing frontend docker images is
- data-pipelines and shared are created in the
buildstage - packages are published to the npm registry and docker registry in the
publishstage - docker image pushed to registry and tagged with latest in the
pre_release_imagestage - docker image deployed to the test environment in
pre_release_teststage - heartbeat probe, operability testing, etc. in the
pre_release_teststage - docker image tagged as stable in the
release_imagestage
The process for releasing frontend docker images should be as follows.
- data-pipelines and shared are created in the build stage
- a frontend docker image with an
rctag is also created in thebuildstage - packages are published to the npm registry and docker registry in the
publishstage - docker image deployed to the test environment in
pre-releasestage - image tagged as latest in the
pre_release_imagestage - heartbeat probe, operability testing, etc. in the
pre_release_teststage - docker image tagged as stable in the
release_image stage
Related to
That is clearly from previous change but do you know why is "frontend_deploy_testing_data_pipelines" part fo pre_release_test stage? It should be part of pre_release stage where the actual "pre-releases" like testing deployment are done ?
Originally posted by @tozka in #2359 (comment)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request