2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-15 02:40:28 +00:00
Commit Graph

270 Commits

Author SHA1 Message Date
6a242e8936 update the message 2016-08-24 03:21:15 -04:00
ea839ee02a increase the time since we add some time-consuming test cases 2016-08-24 03:14:00 -04:00
9d35d43fd0 Merge pull request #1278 from neo954/xcatjktestreport
[xCAT Jenkins] Log Analyzer with email report
2016-08-22 10:30:59 -04:00
310ba8c1aa [xCAT Jenkins Email Report] Fix a issue while no test was run in a day. Handle NULL properly 2016-08-22 16:10:08 +08:00
d58495a391 [go-xcat] Fix typo 2016-08-17 16:21:07 +08:00
7831ea277d [go-xcat] Version 1.0.2 Fix a couple of bugs. (#1663)
* [go-xcat] Let the end user see the original interactive prompt of yum, zypper and apt-get.

* [go-xcat] Change the package list for Ubuntu based on commit number 8b5f44c

* [go-xcat] Change the default behavior of this script to show the help message

* [go-xcat] Add a secret verbose help message

* [go-xcat] A secret verbose help output

* [go-xcat] Print out help message instantly while wrong command line argument were passed

* [go-xcat] Add error handling for unknown command line argument
2016-08-11 01:21:07 -05:00
c458718ebf move config switch files to scripts dir 2016-08-09 16:54:08 -04:00
769ba844c8 [go-xcat] Remove all the complicated examples 2016-08-09 16:15:33 +08:00
f22feff401 Merge pull request #1519 from cxhong/switch
Switch-based switch discovery for BNT and Mellanox
2016-08-09 10:21:01 +08:00
603cde02c4 Merge pull request #1643 from whowutwut/goxcat_spelling
Change the summary message for go-xcat to just say xCAT is installed
2016-08-08 02:36:37 -05:00
9b96ee24e6 Display a different summary message on install vs update 2016-08-05 12:40:41 -04:00
ab3448ca9f Change the summary message for go-xcat 2016-08-05 12:33:58 -04:00
4b859aea8a more modification... 2016-08-03 09:25:28 -04:00
1f4ea5e993 Merge pull request #1062 from hu-weihua/xcatjktest2
New version of xcat test main script in jenkins environment
2016-08-03 14:24:41 +08:00
b9a6c42049 add one section to collect data to do xCAT product analyse, have nothing to do with auto test main job 2016-08-03 00:31:14 -04:00
5d4d0d169e Modify code from code review 2016-08-02 22:10:45 -04:00
843525e73b Restructure code flow for switch-based switch discovery 2016-07-29 17:25:45 -04:00
fff5c05c8a modify signal handler part depending on gongjie's comment 2016-07-29 05:42:52 -04:00
cf927f8cdb modify kill sub proc part depending on gongjie's comment 2016-07-29 05:35:00 -04:00
db9a71750e Fix sytax errors reported by perltidy 2016-07-25 08:56:18 -04:00
926e3e06f4 fix bug: can't pull xcat install log back in ubunut 2016-07-25 04:04:08 -04:00
fb911143fe perltidy all perl files, part 2 2016-07-21 13:27:40 -04:00
0a3fbd8d51 perltidy all perl files 2016-07-20 11:40:27 -04:00
3b92cfb5c4 [xCAT Jenkins Email Report] Remove comment from test bundle file, and do chomp()ing 2016-07-20 13:57:58 +08:00
39375683ae [xCAT Jenkins Email Report] Create a MySQL database procedure for the mail report 2016-07-20 13:57:58 +08:00
72118924f6 [xCAT Jenkins Email Report] Fix the rank field of the `Top 50 Failed Test Cases' 2016-07-20 13:57:58 +08:00
aae45825c0 [xCAT Jenkins Email Report] Change all the read' to read -r' in bash script 2016-07-20 13:57:58 +08:00
329e64700e [xCAT Jenkins Email Report] Rename xCATjk -> xCAT Jenkins 2016-07-20 13:57:58 +08:00
38d00ce8d7 [xCAT Jenkins Email Report] Add rank field to the `Top 50 Failed Test Cases' 2016-07-20 13:57:58 +08:00
20f186efa6 [xCAT Jenkins Email Report] Order test results by OSName, then ArchName 2016-07-20 13:57:58 +08:00
7f45b7b551 [xCAT Jenkins Email Report] Change all the VARCHAR to VARCHAR BINARY for case sensitive string comparison 2016-07-20 13:57:58 +08:00
ab27c80906 [xCAT Jenkins Email Report] Change the subject line of the xCAT Jenkins mail test report 2016-07-20 13:57:58 +08:00
8207f11ae8 [xCAT Jenkins Email Report] xCAT Jenkins Log Analyzer with email report 2016-07-20 13:57:58 +08:00
ab3a735ede Create subroute for configBNT and configMerllanox 2016-07-12 16:38:32 -04:00
91d803ec38 Switch-based switch discovery for BNT and Mellanox 2016-07-11 17:03:00 -04:00
123f9bc400 [go-xcat] Print out more error messages when reading repository failed. 2016-07-11 15:26:04 +08:00
2ba87088c3 [go-xcat] Use a different user-agent for wget 2016-07-11 15:26:04 +08:00
a74af859ec [go-xcat] Add version number 2016-07-04 15:40:05 +08:00
d4775db253 [go-xcat] Change all read' to read -r' to make the script more robust 2016-07-04 14:52:02 +08:00
60d988b9d4 Fix issue caused by pull request #1400. Add remote URL as Ubuntu repo properly. 2016-07-04 13:06:19 +08:00
13bfbf3781 Merge pull request #1426 from neo954/go-xcat.2
[go-xcat] Print more friendly error message, when command `repoquery' is not found
2016-06-29 21:06:31 -05:00
c7ac6b3d11 [go-xcat] Print more friendly error message, when command `repoquery' is not found 2016-06-29 12:29:43 +08:00
ba7bde1b73 Merge pull request #1400 from neo954/go-xcat
[go-xcat] Fix issue #1395.
2016-06-28 16:16:09 +08:00
f203009cea [go-xcat] Fix issue #1398. Remove the support of local repoitory file on Debian/Ubuntu 2016-06-27 16:51:20 +08:00
54581229cd [go-xcat] Fix typo 2016-06-27 15:16:01 +08:00
0e606e2b6a [go-xcat] Add better support for earlier Fedora Linux release. And add CentOS Linux support. 2016-06-24 15:58:09 +08:00
de76ed3b43 [go-xcat] Add fedora 24 dnf support. Now, go-xcat can work with fedora 24. 2016-06-23 22:23:29 +08:00
e64d09c9b9 [go-xcat] Get rid of yum-config-manager, it make things easier if package yum-utils is not installed 2016-06-23 18:14:57 +08:00
34abeed36c [go-xcat] Fix a bug on Ubuntu. On amd64, apt is configured for bi-arch, while xcat repository is not bi-arch. 2016-06-23 16:00:51 +08:00
bf8d91d4e1 [go-xcat] Fix typo 2016-06-22 10:15:05 +08:00