mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 14:14:11 +00:00 
			
		
		
		
	ci: Use new common host_test tag for host-side testing
This commit is contained in:
		
				
					committed by
					
						
						Angus Gratton
					
				
			
			
				
	
			
			
			
						parent
						
							b2ff235bd0
						
					
				
				
					commit
					2ae5b41f56
				
			@@ -238,7 +238,7 @@ test_nvs_on_host:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
					  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - nvs_host_test
 | 
					    - host_test
 | 
				
			||||||
  dependencies: []
 | 
					  dependencies: []
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - cd components/nvs_flash/test_nvs_host
 | 
					    - cd components/nvs_flash/test_nvs_host
 | 
				
			||||||
@@ -248,7 +248,7 @@ test_nvs_coverage:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
					  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - nvs_host_test
 | 
					    - host_test
 | 
				
			||||||
  dependencies: []
 | 
					  dependencies: []
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
@@ -276,7 +276,7 @@ test_wl_on_host:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
					  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - wl_host_test
 | 
					    - host_test
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - components/wear_levelling/test_wl_host/coverage_report.zip
 | 
					      - components/wear_levelling/test_wl_host/coverage_report.zip
 | 
				
			||||||
@@ -289,7 +289,7 @@ test_multi_heap_on_host:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
					  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - wl_host_test
 | 
					    - host_test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - cd components/heap/test_multi_heap_host
 | 
					    - cd components/heap/test_multi_heap_host
 | 
				
			||||||
    - ./test_all_configs.sh
 | 
					    - ./test_all_configs.sh
 | 
				
			||||||
@@ -298,7 +298,7 @@ test_build_system:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
					  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - build_test
 | 
					    - host_test
 | 
				
			||||||
  dependencies: []
 | 
					  dependencies: []
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
 | 
					    - ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
 | 
				
			||||||
@@ -366,7 +366,7 @@ test_esp_err_to_name_on_host:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
					  image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - build
 | 
					    - host_test
 | 
				
			||||||
  dependencies: []
 | 
					  dependencies: []
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - cd tools/
 | 
					    - cd tools/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user