forked from rpms/glibc
		
	CI tests: Fix testcase requirements
This commit is contained in:
		
							parent
							
								
									c048a40645
								
							
						
					
					
						commit
						f07781018c
					
				| @ -11,7 +11,8 @@ component: | ||||
|   - glibc | ||||
| test: ./runtest.sh | ||||
| framework: beakerlib | ||||
| recommend: | ||||
| require: | ||||
|   - gcc | ||||
|   - glibc | ||||
| duration: 30m | ||||
| link: | ||||
|  | ||||
| @ -50,7 +50,8 @@ component: | ||||
|   - glibc | ||||
| test: ./runtest.sh | ||||
| framework: beakerlib | ||||
| recommend: | ||||
| require: | ||||
|   - gcc | ||||
|   - glibc | ||||
| duration: 30m | ||||
| link: | ||||
|  | ||||
| @ -150,7 +150,8 @@ component: | ||||
|   - glibc | ||||
| test: ./runtest.sh | ||||
| framework: beakerlib | ||||
| recommend: | ||||
| require: | ||||
|   - gcc | ||||
|   - glibc | ||||
| duration: 30m | ||||
| link: | ||||
|  | ||||
| @ -44,7 +44,7 @@ rlPhaseStartSetup | ||||
| rlPhaseEnd | ||||
| 
 | ||||
| rlPhaseStartTest | ||||
|     if rlIsRHEL ">=8" || rlIsFedora | ||||
|     if rlIsRHEL ">=8" || rlIsCentOS ">=8" ||  rlIsFedora | ||||
|     then | ||||
|         CURPYTHON="python3" | ||||
|         P3="p3_3.py" | ||||
|  | ||||
| @ -93,7 +93,9 @@ component: | ||||
|   - glibc | ||||
| test: ./runtest.sh | ||||
| framework: beakerlib | ||||
| recommend: | ||||
| require: | ||||
|   - make | ||||
|   - gcc | ||||
|   - glibc | ||||
| duration: 30m | ||||
| link: | ||||
|  | ||||
| @ -35,7 +35,8 @@ component: | ||||
|   - glibc | ||||
| test: ./runtest.sh | ||||
| framework: beakerlib | ||||
| recommend: | ||||
| require: | ||||
|   - gcc | ||||
|   - glibc | ||||
| duration: 30m | ||||
| link: | ||||
|  | ||||
| @ -18,9 +18,10 @@ component: | ||||
|   - glibc | ||||
| test: ./runtest.sh | ||||
| framework: beakerlib | ||||
| recommend: | ||||
| require: | ||||
|   - glibc | ||||
|   - glibc-langpack-cs | ||||
|   - glibc-gconv-extra | ||||
| duration: 15m | ||||
| link: | ||||
|   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=587360 | ||||
|  | ||||
| @ -31,7 +31,7 @@ | ||||
| 
 | ||||
| PACKAGE="glibc" | ||||
| 
 | ||||
| if rlIsRHEL ">=8" || rlIsFedora > 28 | ||||
| if rlIsRHEL ">=8" || rlIsCentOS ">=8" || rlIsFedora > 28 | ||||
| then | ||||
|     AtoZ="abcčČdefghchcHChCHijklmnopqrřŘsšŠtuvwxyzžŽ" | ||||
|     POSPATTERN="^---čČ--------HC-CH----------řŘ-šŠ-------žŽ$" | ||||
| @ -44,7 +44,7 @@ fi | ||||
| rlJournalStart | ||||
|     rlPhaseStartSetup | ||||
|         rlAssertRpm $PACKAGE | ||||
|         if rlIsRHEL 8 || rlIsFedora > 20 | ||||
|         if rlIsRHEL 8 || rlIsCentOS 8 || rlIsFedora > 20 | ||||
|         then | ||||
|            rlAssertRpm  glibc-langpack-cs | ||||
|         fi | ||||
|  | ||||
| @ -128,8 +128,10 @@ component: | ||||
|   - glibc | ||||
| test: ./runtest.sh | ||||
| framework: beakerlib | ||||
| recommend: | ||||
| require: | ||||
|   - gcc | ||||
|   - glibc | ||||
|   - make | ||||
| duration: 30m | ||||
| link: | ||||
|   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=600457 | ||||
|  | ||||
| @ -12,6 +12,7 @@ recommend: | ||||
|   - gcc | ||||
|   - diffutils | ||||
|   - glibc-langpack-tr | ||||
|   - glibc-gconv-extra | ||||
| duration: 6m | ||||
| link: | ||||
|   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=737778 | ||||
|  | ||||
| @ -6,7 +6,8 @@ component: | ||||
|   - glibc | ||||
| test: ./runtest.sh | ||||
| framework: beakerlib | ||||
| recommend: | ||||
| require: | ||||
|   - gcc | ||||
|   - glibc | ||||
| duration: 30m | ||||
| extra-summary: /tools/glibc/Sanity/basic-linking-sanity | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user