Skip to content

Instantly share code, notes, and snippets.

@insooth
Created September 11, 2019 11:33
Show Gist options
  • Save insooth/912e9c05d7f8e32f176554cd94c82805 to your computer and use it in GitHub Desktop.
Save insooth/912e9c05d7f8e32f176554cd94c82805 to your computer and use it in GitHub Desktop.
Questions to the integrator asked by Krzysztof Ostrowski:
Which repositories we use?
What is the purpose of each repository?
What is the file/directory structure defined per repository to be kept?
What is the file/directory structure of a service?
What is the purpose of the files/directories in the service directory?
Which build tools do we use?
What targets do we build?
What are the custom scripts/binaries we use?
How to use the custom script/binaries?
Which content is generated?
What content generators do we use?
Which QA tools do we use?
Are the code metrics generated during the build?
Where the QA reports are located?
What are the pre/post commit hooks installed?
How traceability is assured?
What kind of tests are integrated into the build process?
How to add new tests?
How to run tests?
What are the binaries produced?
How's done the environment/settings propagation between targets?
How to add a new service?
How to build an image?
Is there a dry run available?
How can I make a sandbox?
What are the common build issues?
Is the build environment versioned?
How to migrate to the latest versions of build environment?
Are the build dependencies managed automatically?
Where is the build-process-related FAQ/wiki?
What are the contact points to the build process/tools owners?
How to subscribe to release notes newsgroup/mail list?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment