8b010f887d
* Add console.table * First steps in validate script * env rename * Added parameter names * Descriptions * Print and configuration * Added more parameters * Rename gas oracle to gas supplier * More changes * Removed env examples for now * RPC rename * Bridge address rename * More changes * jobs * Renames * Typo * jobs * Changes * jobs * Changes * Monitor changes * jovs * Typo * Changes * REACT_APP_ env prefix * Typo * Rollback changes * Oracle deployment * Defaults * Monitor * Naming * Typo * Typo * Envs * ui deployment * ALl jobs * Vars in ultimate * Lint * Lint * Lint * Another way to add REACT_APP prefixing * Unnecessary mapping * No output timeout * No output timeout * Got rid of ERC20_TOKEN_ADDRESS * Configuration readme * Configuration * Prefixes * timeout * Docs * Docs * docs * docs * docs * Roll back ERC20_TOKEN_ADDRESS for erc-to-erc * Typo * lint * Rollback * ROllback validator * Rollback yarn.lock * dai and wetc update * Rollback ERC20_TOKEN_ADDRESS * erc to native * examples * all jobs * roll back * roll back ERC20_TOKEN_ADDRESS: "0xdbeE25CbE97e4A5CC6c499875774dc7067E9426B" * ui env example * typo * Allow rpc for ultimate * Test * ERC20_TOKEN_ADDRESS rollback * Specify port * React port * All jobs * cosmetics * Values * Restore erc20 token * Rearrange example for easier comparision * Rearrange ultimate for easier comparision * Rearrange for easier comparision * Refactor * Conditional app styles * Loading environment variables in react app * Add missing vars for UI in wetc and dai * Bring back test parameters readme * Readme for monitor vars * Reading environment variables in e2e-commons (#207)
55 lines
1.3 KiB
YAML
55 lines
1.3 KiB
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: oracle-native-to-erc-host
|
|
groups:
|
|
- ultimate
|
|
- native-to-erc
|
|
children:
|
|
- oracle
|
|
image: ubuntu:16.04
|
|
privileged: true
|
|
network_mode: host
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- name: ui-native-to-erc-host
|
|
groups:
|
|
- ultimate
|
|
- native-to-erc
|
|
children:
|
|
- ui
|
|
image: ubuntu:16.04
|
|
privileged: true
|
|
network_mode: host
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: ../prepare.yml
|
|
converge: ../ultimate-commons/converge.yml
|
|
inventory:
|
|
host_vars:
|
|
oracle-native-to-erc-host:
|
|
COMMON_HOME_RPC_URL: "http://parity1:8545"
|
|
COMMON_FOREIGN_RPC_URL: "http://parity2:8545"
|
|
ORACLE_VALIDATOR_ADDRESS: "0xaaB52d66283F7A1D5978bcFcB55721ACB467384b"
|
|
ORACLE_VALIDATOR_ADDRESS_PRIVATE_KEY: "8e829f695aed89a154550f30262f1529582cc49dc30eff74a6b491359e0230f9"
|
|
ui-native-to-erc-host:
|
|
COMMON_HOME_RPC_URL: "http://localhost:8541"
|
|
COMMON_FOREIGN_RPC_URL: "http://localhost:8542"
|
|
verifier:
|
|
name: testinfra
|
|
lint:
|
|
name: flake8
|
|
scenario:
|
|
name: ultimate-native-to-erc
|
|
test_sequence:
|
|
- cleanup
|
|
- destroy
|
|
- syntax
|
|
- create
|
|
- prepare
|
|
- converge
|