Skip to content

Instantly share code, notes, and snippets.

@ryanaslett
Last active September 11, 2015 18:24
Show Gist options
  • Save ryanaslett/095b5fbe58ed604c574d to your computer and use it in GitHub Desktop.
Save ryanaslett/095b5fbe58ed604c574d to your computer and use it in GitHub Desktop.
#!/bin/bash
export DCI_DrupalciBranch=production
export DCI_RunScript=/var/www/html/core/scripts/run-tests.sh
export DCI_PHPVersion=5.5
export DCI_JobType=simpletest
export BUILD_TAG=jenkins-DCI_XML-113
export DCI_ComposerInstall=true
export DCI_CoreBranch=8.0.x
export DCI_Patch=2560643_26.patch,.
export JOB_URL=http://dispatcher-origin.drupalci.aws:8080/job/DCI_XML/
export DCI_Color=True
export DCI_GitCommitHash=c3c61bc
export JOB_NAME=DCI_XML
export DCI_JunitXml=xml
export DCI_Fetch=https://www.drupal.org/files/issues/2560643_26.patch,.
export DCI_Concurrency=30
export DCI_CoreRepository=http://git.drupal.org/project/drupal.git
export DCI_DBVersion=mysql-5.5
export DCI_TestGroups='--class "Drupal\Tests\simpletest\Unit\SimpletestPhpunitRunCommandTest"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment