-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SERVER-1793] - Expanding Reality Check #53
Conversation
Co-authored-by: Atul Singh <[email protected]>
So, we don't directly use this realitycheck in any of our pipelines. We use a GHE flavor in all of our CI, and for the k9s job, a fork of this repo. Also, as this is used for 2.x installs also, these new jobs might break for customers that try to run this in 2.x. Is this something that is a concern to us? Maybe not, but just want to ensure that it's been discussed. |
Co-authored-by: Atul Singh <[email protected]>
Created a tag for anyone who may be using 2.x/3.x and hasn't yet forked this repository. Will merge for all 4.x installations. |
Summary
Expands reality check by adding in a third required environment variable
CIRCLE_CLOUD_PROVIDER
which runs android machine jobs in GCP, and ARM machine jobs in AWS environments.Other Changes
Updating Existing Reality Checks
The new AWS and GCP workflows will fail in existing reality check installations until the CIRCLE_CLOUD_PROVIDER project environment variable is set; this is indicated in the job failure message.