File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 3939        else 
4040          uv run fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }} 
4141        fi  
42- name : Wrap ethereum/tests fixtures with eofwrap tool 
43-       shell : bash 
44-       if : ${{ steps.properties.outputs.eofwrap }} 
45-       run : | 
46-         curl -L ${tests_url}${tests_version}.tar.gz | tar -xz 
47-         ls -l 
48-         uv run eofwrap tests-${tests_version}/BlockchainTests/GeneralStateTests/ fixtures/${output_path} 
49-         rm -rf fixtures_${{ inputs.release_name }} 
50-         mkdir -p ./fixtures/.meta 
51-         mv fixtures/${output_path}/metrics.json ./fixtures/.meta/eofwrap_metrics.json 
52-         gunzip fixtures_${{ inputs.release_name }}.tar.gz 
53-         tar rf fixtures_${{ inputs.release_name }}.tar fixtures 
54-         gzip fixtures_${{ inputs.release_name }}.tar 
55-         rm -rf fixtures 
56- env :
57-         tests_url : https://github.com/ethereum/tests/archive/refs/tags/v 
58-         tests_version : 14.1 
59-         output_path : blockchain_tests/unscheduled/eofwrap 
6042uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
6143      with :
6244        name : fixtures_${{ inputs.release_name }} 
Original file line number Diff line number Diff line change 2626
2727  build :
2828    needs : feature-names 
29-     runs-on : ubuntu-latest 
29+     runs-on : [self-hosted-ghr, size-gigachungus-x64] 
3030    timeout-minutes : 1440 
3131    strategy :
3232      matrix :
6363          python_version : ${{ vars.DEFAULT_PYTHON_VERSION }} 
6464
6565  release :
66-     runs-on : [self-hosted-ghr, size-gigachungus-x64] 
66+     runs-on : ubuntu-latest 
6767    needs : build 
6868    if : startsWith(github.ref, 'refs/tags/') 
6969    steps :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments