3535 - uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.1.0
3636 with :
3737 go-version : ${{ env.GOVERSION }}
38+
3839 - name : Build
3940 run : make -C $GITHUB_WORKSPACE all
4041 - name : Fuzz-Build
5556 - uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.1.0
5657 with :
5758 go-version : ${{ env.GOVERSION }}
59+
5860 - uses : imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4
5961 with :
60- version : v0.11.2
62+ version : v0.12.0
6163 - name : container
6264 run : |
6365 make ko-local 2>&1 | tee output.txt
7880 - uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.1.0
7981 with :
8082 go-version : ${{ env.GOVERSION }}
83+
8184 - name : CLI
8285 run : ./tests/e2e-test.sh
8386 - name : Upload logs if they exist
@@ -102,6 +105,7 @@ jobs:
102105 - uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.1.0
103106 with :
104107 go-version : ${{ env.GOVERSION }}
108+
105109 - name : Sharding Test
106110 run : ./tests/sharding-e2e-test.sh
107111 - name : Upload logs if they exist
@@ -124,6 +128,7 @@ jobs:
124128 - uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.1.0
125129 with :
126130 go-version : ${{ env.GOVERSION }}
131+
127132 - name : Test for Attestation begin returned that was previously persisted in tlog
128133 run : ./tests/issue-872-e2e-test.sh
129134 - name : Upload logs if they exist
@@ -137,19 +142,20 @@ jobs:
137142 runs-on : ubuntu-20.04
138143 needs : build
139144 steps :
140- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
141- - name : Create git branch
142- run : git switch -c harness-test-branch
143- - name : Extract version of Go to use
144- run : echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
145- - uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.1.0
146- with :
147- go-version : ${{ env.GOVERSION }}
148- - name : Run test harness
149- run : ./tests/rekor-harness.sh
150- - name : Upload logs if they exist
151- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3
152- if : failure()
153- with :
154- name : E2E Docker Compose logs
155- path : /tmp/docker-compose.log
145+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
146+ - name : Create git branch
147+ run : git switch -c harness-test-branch
148+ - name : Extract version of Go to use
149+ run : echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
150+ - uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.1.0
151+ with :
152+ go-version : ${{ env.GOVERSION }}
153+
154+ - name : Run test harness
155+ run : ./tests/rekor-harness.sh
156+ - name : Upload logs if they exist
157+ uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3
158+ if : failure()
159+ with :
160+ name : E2E Docker Compose logs
161+ path : /tmp/docker-compose.log
0 commit comments