Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
N notebook
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mark Stevens
  • notebook
  • Wiki
  • build and test configuration

build and test configuration · Changes

Page history
mstevens created page: build and test configuration authored Mar 29, 2017 by Mark Stevens's avatar Mark Stevens
Hide whitespace changes
Inline Side-by-side
Showing with 53 additions and 0 deletions
+53 -0
  • build-and-test-configuration.md build-and-test-configuration.md +53 -0
  • No files found.
build-and-test-configuration.md 0 → 100644
View page @ 20dbfa6c
#Build and Test Configuration for QBert project
## Environments
+ PRD
Production Environment
+ edgecast deployed
+ release build type
+ proguard: strip unused classes; obfuscate apk classes
+ all logging calls stripped
+ buzztime signed
+ STG
PreProduction Validation Environment
+ server/edgecast deployed
+ release build type
+ debuggable false
+ proguard: strip unused classes; obfuscate apk classes
+ all logging calls stripped
+ buzztime signed
+ INT
Post Development QA Environment
+ server deployed
+ release build
+ debuggable false
+ proguard: strip unused classes
+ logging calls preserved: info, warn, error
+ buzztime signed
+ DEV
Development QA Environment
+ server deployed
+ debug build
+ proguard off
+ logging calls preserved: all
+ debuggable true
+ buzztime signed
+ DEV-BRANCH
Team QA Environment
+ server deployed
+ debug build
+ proguard off
+ logging calls preserved: all
+ debuggable true
+ buzztime signed
+ Developer
Individual dev environment
+ base from any environment
+ individual apks installed by ide/gradle
Clone repository
  • branch code plan
  • build and test configuration
  • build artifact versioning
  • build server instrumented testing
  • build server move
  • bzt16wifi02 releases
  • bzt18uxa02 releases
  • configuration settings and permissions
  • create a repo from cli in gitlab
  • engineering status
  • feature deployment
  • gitlab installation instructions
  • Home
  • ota update and deployment
  • qbert implementation
View All Pages