summaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-01 04:46:46 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-01 04:46:46 +0000
commit44c39702fb5a5ccb15992c51056c68831b51ca2d (patch)
tree2a3efd846800f48b8551bcb563c687d08cd0faf5 /wercker.yml
parent22fa141d05691360abb353fa550eb0ba11b7e267 (diff)
wercker.yml: delete obsoleted test definition
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/wercker.yml b/wercker.yml
index 0f00cc7a80..272cf23ecc 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -6,30 +6,6 @@ box: ruby:2.5-stretch
no-response-timeout: 30
command-timeout: 60
-test-mjit:
- steps:
- - install-packages:
- packages: bison sudo
- - script:
- name: workaround ipv6 localhost
- code: ruby -e "hosts = File.read('/etc/hosts').sub(/^::1\s*localhost.*$/, ''); File.write('/etc/hosts', hosts)"
- - script:
- name: create user # some file permission tests don't succeed with root.
- code: useradd --shell /bin/bash --create-home test && chown -R test:test .
- - script:
- name: configure
- code: /usr/bin/sudo -H -u test -- bash -c 'autoconf && ./configure --disable-install-doc --prefix=/tmp/ruby-prefix'
- - script:
- name: make all install
- code: /usr/bin/sudo -H -u test -- make -j$(nproc) all install
- after-steps:
- - wantedly/pretty-slack-notify:
- webhook_url: $SLACK_WEBHOOK_URL
- username: Wercker test-mjit
- channel: alerts
- notify_on: "failed"
- branches: ^trunk$
-
### Code to generate test-all definition with --jit-wait ###
# allow_failures = ['test/webrick/']