diff options
author | Dean Sanner <dsanner@us.ibm.com> | 2016-01-05 14:40:21 -0600 |
---|---|---|
committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-02-19 15:31:57 -0600 |
commit | 2144471f6a5958a327bc07d784e17c98575acd75 (patch) | |
tree | ca10ec384781b803016939a3e00d0e27045a453c /env.bash | |
parent | bbd297128e287e272c6a13d095eed87e512032a7 (diff) | |
download | talos-hostboot-2144471f6a5958a327bc07d784e17c98575acd75.tar.gz talos-hostboot-2144471f6a5958a327bc07d784e17c98575acd75.zip |
Fix Simics hb_machine, Enable Simics for CI
RTC: 137477
Change-Id: I57d1b410ebaaccc6e270ea7ff15f83fe7c70f177
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23054
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'env.bash')
-rwxr-xr-x | env.bash | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2010,2015 +# Contributors Listed Below - COPYRIGHT 2010,2016 # [+] International Business Machines Corp. # # @@ -58,7 +58,7 @@ if [ -n "${SANDBOXROOT}" ]; then fi fi -export DEFAULT_MACHINE=MURANO +export DEFAULT_MACHINE=NIMBUS ## Search and set gerrit host # Gerrit host name should be in .ssh/config file |