mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 03:37:28 +00:00 
			
		
		
		
	remove v015 migration from circleci (#1017)
This commit is contained in:
		
							parent
							
								
									0b621770f8
								
							
						
					
					
						commit
						9f2a8412f3
					
				@ -72,7 +72,7 @@ jobs:
 | 
				
			|||||||
            export VERSION="$(git describe --tags --long | sed 's/v\(.*\)/\1/')"
 | 
					            export VERSION="$(git describe --tags --long | sed 's/v\(.*\)/\1/')"
 | 
				
			||||||
            export GO111MODULE=on
 | 
					            export GO111MODULE=on
 | 
				
			||||||
            mkdir -p /tmp/logs /tmp/workspace/profiles
 | 
					            mkdir -p /tmp/logs /tmp/workspace/profiles
 | 
				
			||||||
            for pkg in $(go list ./... | grep -v -P 'simulation|migrate(?!\/v0_15)|contrib' | circleci tests split); do
 | 
					            for pkg in $(go list ./... | grep -v 'simulation\|migrate\|contrib' | circleci tests split); do
 | 
				
			||||||
              id=$(echo "$pkg" | sed 's|[/.]|_|g')
 | 
					              id=$(echo "$pkg" | sed 's|[/.]|_|g')
 | 
				
			||||||
              go test -mod=readonly -timeout 20m -race -coverprofile=/tmp/workspace/profiles/$id.out -covermode=atomic -tags='ledger test_ledger_mock' "$pkg" | tee "/tmp/logs/$id-$RANDOM.log"
 | 
					              go test -mod=readonly -timeout 20m -race -coverprofile=/tmp/workspace/profiles/$id.out -covermode=atomic -tags='ledger test_ledger_mock' "$pkg" | tee "/tmp/logs/$id-$RANDOM.log"
 | 
				
			||||||
            done
 | 
					            done
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user