Problem/Motivation
Trying to setup Automated Testing for a new project, but cannot setup. The page suggests to use the "Test Additional Branches" form, but this form is not displayed on the Automated Testing page.
new project: Commerce Credits Transaction
- Has 7.x-1.x development release.
- Has tests directory, tests listed in info file, and tests are displayed in Drupal 7.
- See "new-project" screenshot.
old project: CCK Select Other
- Has 7.x-1.x development release.
- Has tests directory, tests listed in info file, and tests are displayed in Drupal 7.
- See "old-project" screenshot.
Proposed resolution
Remaining tasks
- Identify cause of issue/triage
User interface changes
API changes
Related Issues
See related issues section.
| Comment | File | Size | Author |
|---|---|---|---|
| new-project.png | 34.63 KB | mradcliffe | |
| old-project.png | 63.8 KB | mradcliffe |
Comments
Comment #1
iamEAP commentedChiming in. Same is happening for me on a project that was created after the D7 upgrade.
https://drupal.org/project/project_src_github
Comment #2
markhalliwellBootstrap's doesn't even let me have access to the page:
https://drupal.org/node/259843/qa
"Access denied"
Comment #3
mradcliffeEven though I can't setup the test branches, patches are going to the test bot so PIFR is probably working correctly.
Comment #4
jthorson commentedFor #2, this is a change within the drupal.org D7 upgrade. In D6, modules, themes, and distributions were all the same content type, while in D7, they each have their own content type. At the same time, I added a configuration setting which lets you select what project types the 'automated testing' tab should appear on. Currently, this is set to the 'project_core' and 'project_module' content types, as these were the only two which were relevant from a testbot perspective.
That said, I know that folks are toying with advanced theme projects and ways of unit-testing theme projects on the testbots, so I'm willing to re-visit this setting if presented a valid use case.
Comment #5
jthorson commentedFixed in http://drupalcode.org/project/project_issue_file_test.git/commit/240cf80... and merged into BZR.
This will take effect with the next drupal.org deploy.
Comment #6
markhalliwellHere are the follow-up issues for theme testing