.gitlab-ci.yml: add Qemu tests for MIPS Malta board
Add Qemu tests for the MIPS Malta machine as a replacement for the deprecated generic MIPS machine. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
		
							parent
							
								
									5467434cc1
								
							
						
					
					
						commit
						d8533167f5
					
				|  | @ -276,6 +276,38 @@ qemu_mips64el test.py: | ||||||
|     TEST_PY_TEST_SPEC: "not sleep" |     TEST_PY_TEST_SPEC: "not sleep" | ||||||
|   <<: *buildman_and_testpy_dfn |   <<: *buildman_and_testpy_dfn | ||||||
| 
 | 
 | ||||||
|  | qemu_malta test.py: | ||||||
|  |   tags: [ 'all' ] | ||||||
|  |   variables: | ||||||
|  |     TEST_PY_BD: "malta" | ||||||
|  |     TEST_PY_TEST_SPEC: "not sleep and not efi" | ||||||
|  |     TEST_PY_ID: "--id qemu" | ||||||
|  |   <<: *buildman_and_testpy_dfn | ||||||
|  | 
 | ||||||
|  | qemu_maltael test.py: | ||||||
|  |   tags: [ 'all' ] | ||||||
|  |   variables: | ||||||
|  |     TEST_PY_BD: "maltael" | ||||||
|  |     TEST_PY_TEST_SPEC: "not sleep and not efi" | ||||||
|  |     TEST_PY_ID: "--id qemu" | ||||||
|  |   <<: *buildman_and_testpy_dfn | ||||||
|  | 
 | ||||||
|  | qemu_malta64 test.py: | ||||||
|  |   tags: [ 'all' ] | ||||||
|  |   variables: | ||||||
|  |     TEST_PY_BD: "malta64" | ||||||
|  |     TEST_PY_TEST_SPEC: "not sleep and not efi" | ||||||
|  |     TEST_PY_ID: "--id qemu" | ||||||
|  |   <<: *buildman_and_testpy_dfn | ||||||
|  | 
 | ||||||
|  | qemu_malta64el test.py: | ||||||
|  |   tags: [ 'all' ] | ||||||
|  |   variables: | ||||||
|  |     TEST_PY_BD: "malta64el" | ||||||
|  |     TEST_PY_TEST_SPEC: "not sleep and not efi" | ||||||
|  |     TEST_PY_ID: "--id qemu" | ||||||
|  |   <<: *buildman_and_testpy_dfn | ||||||
|  | 
 | ||||||
| qemu-ppce500 test.py: | qemu-ppce500 test.py: | ||||||
|   tags: [ 'all' ] |   tags: [ 'all' ] | ||||||
|   variables: |   variables: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue