Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Travis configuration to test all node types. #97

Merged
merged 15 commits into from Oct 28, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add fake pillars to resolve buildbot/homu Travis failures.

  • Loading branch information
aneeshusa committed Oct 27, 2015
commit 800b705a49aee50eb059d7713af7eac310720e4f
@@ -34,10 +34,11 @@ install:
- sudo salt-call --id="${SALT_NODE_ID}" grains.items

script:
# Use test pillars on Travis
# Minimally validate YAML and Jinja at a basic level
- sudo salt-call --id="${SALT_NODE_ID}" --retcode-passthrough state.show_highstate
- sudo salt-call --id="${SALT_NODE_ID}" --retcode-passthrough --pillar-root=.travis/test_pillars state.show_highstate
# Full on installation test
- sudo salt-call --id="${SALT_NODE_ID}" --retcode-passthrough state.highstate
- sudo salt-call --id="${SALT_NODE_ID}" --retcode-passthrough --pillar-root=.travis/test_pillars state.highstate

notifications:
webhooks: http://build.servo.org:54856/travis
@@ -0,0 +1,3 @@
buildbot:
credentials:
'slave-pass': 'TEST_BUILDBOT_SLAVE_PASS'
@@ -0,0 +1,13 @@
buildbot:
credentials:
'http-user': 'TEST_BUILDBOT_HTTP_USER'
'http-pass': 'TEST_BUILDBOT_HTTP_PASS'
'change-pass': 'TEST_BUILDBOT_CHANGE_PASS'
'gh-doc-token': 'TEST_BUILDBOT_GH_DOC_TOKEN'
'gh-status-token': 'TEST_BUILDBOT_GH_STATUS_TOKEN'
'gh-hook-secret': 'TEST_BUILDBOT_GH_HOOK_SECRET'
'homu-secret': 'TEST_BUILDBOT_HOMU_SECRET'
'aws-access-key': 'TEST_BUILDBOT_AWS_ACCESS_KEY'
'aws-secret-key': 'TEST_BUILDBOT_AWS_SECRET_KEY'
'minion-public-key': 'TEST_BUILDBOT_MINION_PUBLIC_KEY'
'minion-private-key': 'TEST_BUILDBOT_MINION_PRIVATE_KEY'
@@ -0,0 +1,2 @@
buildbot:
master: 'TEST_BUILDBOT_MASTER'
@@ -0,0 +1,9 @@
homu:
'gh-access-token': 'TEST_HOMU_GH_ACCESS_TOKEN'
'gh-webhook-secret': 'TEST_HOMU_GH_WEBHOOK_SECRET'
'app-client-id': 'TEST_HOMU_APP_CLIENT_ID'
'app-client-secret': 'TEST_HOMU_APP_CLIENT_SECRET'
'buildbot-secret': 'TEST_HOMU_BUILDBOT_SECRET'
'buildbot-http-user': 'TEST_HOMU_BUILDBOT_HTTP_USER'
'buildbot-http-pass': 'TEST_HOMU_BUILDBOT_HTTP_PASS'
'travis-ci-token': 'TEST_HOMU_TRAVIS_CI_TOKEN'
@@ -0,0 +1,22 @@
base:
'*':
- buildbot.common

'servo-master':
- buildbot.master
- homu

'servo-(linux|mac|macpro)\d+':
- match: pcre
- buildbot.slave

'linux\d+':
- match: pcre
- buildbot.slave

'servo-linux-android\d+':
- match: pcre
- buildbot.slave

'servo-head':
- buildbot.slave
@@ -30,6 +30,5 @@ base:
- gonk-dependencies

'servo-head':
- match: pcre
- buildbot.slave
- android-dependencies
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.