brew install kubernetes-helm
helm init
[info] [35m[Appium][39m Welcome to Appium v1.14.0 | |
[info] [35m[Appium][39m Non-default server args: | |
[info] [35m[Appium][39m allowInsecure: { | |
[info] [35m[Appium][39m } | |
[info] [35m[Appium][39m denyInsecure: { | |
[info] [35m[Appium][39m } | |
[info] [35m[Appium][39m Appium REST http interface listener started on 0.0.0.0:4723[info] [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m | |
[info] [35m[HTTP][39m [90m{"desiredCapabilities":{"deviceName":"emulator-5554","platformName":"Android","systemPort":"8200","app":"/Users/prashanth/Downloads/app-propertyFinderConsumer-debug.apk","autoGrantPermissions":true},"capabilities":{"firstMatch":[{"appium:deviceName":"emulator-5554","platformName":"Android","appium:systemPort":"8200","appium:app":"/Users/prashanth/Downloads/app-propertyFinderConsumer-debug.apk","appium:autoGrantPermissions":true}]}}[39m | |
[debug] [35m[W3C][39m Calling AppiumDriver.createSession() with args: [{"deviceName":"emulator-5554","platformName":"Android","systemPor |
version: '3' | |
services: | |
sitespeed.io: | |
image: sitespeedio/sitespeed.io | |
command: -V | |
privileged: true | |
shm_size: 1g | |
volumes: | |
- ./:/sitespeed.io | |
grafana: |
version: "3.5" | |
services: | |
sonarqube: | |
image: sonarqube | |
ports: | |
- "9000:9000" | |
networks: | |
- sonarnet | |
environment: |
job("main-repo") { | |
scm { | |
github("StephenKing/chef-ci-main-repo") | |
} | |
steps { | |
shell("knife upload roles environments data_bags --chef-repo-path ./") | |
} | |
} |
watch -n x <your command> | |
watch -n 60 ls -l ~/Desktop | |
aws s3api create-bucket --bucket my-kops-bucket --location- eu-west-1 --create-bucket-configuration LocationConstraint=eu-west-1
export NAME=my-kops-cluster-name
export KOPS_STATE_STORE=s3://my-kops-bucket-name
kops create cluster --zones eu-west-1a,eu-west-1b --name $NAME --node-count=2 --node-size=t2.medium --authorization=RBAC --networking=calico --encrypt-etcd-storage --kubernetes-version=v1.7.10
kops update cluster --yes
kops validate cluster
def browserstack | |
browserstack = { | |
'chrome' => { | |
'os': "windows", | |
'os_version': "10", | |
'browser': "chrome", | |
'browser_version': "73", | |
'resolution': "1280x800", | |
'browserstack.local': false | |
}, |
testrail: | |
url: https://xyz.testrail.io/ | |
user: [email protected] | |
password: xxxxxxx | |
run_id: 111 |