File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "hardwareConfig" : {
4+ "endpointConfig" : {
5+ "gpuIds" : " AMPERE_16" ,
6+ "name" : " 16GB GPU Test"
7+ }
8+ },
9+ "input" : {
10+ "mock_result" : " this worked!"
11+ }
12+ }
13+ ]
Original file line number Diff line number Diff line change 4444 docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
4545 docker build -t ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ env.DOCKER_TAG }} -f mock-worker/Dockerfile mock-worker
4646 docker push ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ env.DOCKER_TAG }}
47+
48+ test :
49+ name : Run End-to-End Tests
50+ runs-on : ubuntu-latest
51+ needs : build
52+
53+ steps :
54+ - uses : actions/checkout@v3
55+ - name : Run Tests
56+ 57+ with :
58+ image-tag : ${{ needs.build.outputs.docker_tag }}
59+ runpod-api-key : ${{ secrets.RUNPOD_API_KEY }}
You can’t perform that action at this time.
0 commit comments