Fix Fish demo and related CI
This commit is contained in:
		
							parent
							
								
									3df12943a1
								
							
						
					
					
						commit
						0d20f9e5ec
					
				
							
								
								
									
										4
									
								
								.github/workflows/demo_test.yml
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										4
									
								
								.github/workflows/demo_test.yml
									
									
									
									
										vendored
									
									
								
							| @ -134,10 +134,10 @@ jobs: | |||||||
|       run: docker exec fish_test bash -c "cd /root/occlum/demos/fish && ./download_and_build.sh" |       run: docker exec fish_test bash -c "cd /root/occlum/demos/fish && ./download_and_build.sh" | ||||||
| 
 | 
 | ||||||
|     - name: Run Fish test |     - name: Run Fish test | ||||||
|       run: docker exec fish_test bash -c "cd /root/occlum/demos/fish && SGX_MODE=SIM ./run_fish_test.sh" & |       run: docker exec fish_test bash -c "cd /root/occlum/demos/fish && SGX_MODE=SIM ./run_fish_test.sh" | ||||||
| 
 | 
 | ||||||
|     - name: Run Fish process rlimit test |     - name: Run Fish process rlimit test | ||||||
|       run: docker exec fish_test bash -c "cd /root/occlum/demos/fish && SGX_MODE=SIM ./run_per_process_config_test.sh" & |       run: docker exec fish_test bash -c "cd /root/occlum/demos/fish && SGX_MODE=SIM ./run_per_process_config_test.sh" | ||||||
| 
 | 
 | ||||||
|   Bazel_test: |   Bazel_test: | ||||||
|     runs-on: ubuntu-18.04 |     runs-on: ubuntu-18.04 | ||||||
|  | |||||||
| @ -15,7 +15,7 @@ cp ../test_per_process_config.sh image/bin | |||||||
| # Set process memory space size to very small values and will fail when running target script using default configuration | # Set process memory space size to very small values and will fail when running target script using default configuration | ||||||
| new_json="$(jq '.process.default_stack_size = "1MB" | | new_json="$(jq '.process.default_stack_size = "1MB" | | ||||||
|                 .process.default_heap_size = "1MB" | |                 .process.default_heap_size = "1MB" | | ||||||
|                 .process.default_mmap_size = "8MB"' Occlum.json)" && \ |                 .process.default_mmap_size = "10MB"' Occlum.json)" && \ | ||||||
| echo "${new_json}" > Occlum.json | echo "${new_json}" > Occlum.json | ||||||
| 
 | 
 | ||||||
| pushd image/bin | pushd image/bin | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user