-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just not sure that we need to run bumper script before GKE cluster creation/cleaning, the rest LGTM
unset VAULT_ROLE_ID VAULT_SECRET_ID | ||
set -x | ||
|
||
env BUMPER_VERSION_7="$BUILD_ID" BUMPER_USE_STAGING_IMAGES="true" ./helpers/bumper.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to run the bumper script before creating GKE clusters?
unset VAULT_ROLE_ID VAULT_SECRET_ID | ||
set -x | ||
|
||
env BUMPER_VERSION_7="$BUILD_ID" BUMPER_USE_STAGING_IMAGES="true" ./helpers/bumper.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to run the bumper script before cleaning GKE clusters?
Add a multijob for performing tests with staging images based on a BUILD_ID. The terraform helper now can create a docker registry secret in kubernetes. The bumper scripts now adds an `imagePullSecrets` entry to support pulling from the private registry, and additionally handling to ensure goss tests work when using BUILD_ID values as a bumped version. Allow the makefile help generator to support goals that include numbers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛴
https://devops-ci.elastic.co/job/elastic+helm-charts+pull-request+cluster-creation/436/ is failing because GKE dropped K8S 1.13 support, you'll need to rebase on master to include #533 which fix CI tests. |
@jmlrt I've rebased and removed the extra calls to the version bump script, please take another look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛴
Add a multijob for performing tests with staging images based on a
BUILD_ID.
The terraform helper now can create a docker registry secret in
kubernetes.
The bumper scripts now adds an
imagePullSecrets
entry to supportpulling from the private registry, and additionally handling to ensure
goss tests work when using BUILD_ID values as a bumped version.
Allow the makefile help generator to support goals that include
numbers.
- [ ] Chart version not bumped (the versions are all bumped and released at the same time)- [ ] README.md updated with any new values or changes- [ ] Updated template tests in${CHART}/tests/*.py
- [ ] Updated integration tests in${CHART}/examples/*/test/goss.yaml