Skip to content

Commit

Permalink
temporarily disable pre-submit
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <ianlewis@google.com>
  • Loading branch information
ianlewis committed Oct 27, 2022
1 parent d6404fa commit d2d0116
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/pre-submit.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,16 +278,17 @@ jobs:
binary: "slsa-generator-generic-linux-amd64"
directory: "internal/builders/generic"

# TODO(github.com/slsa-framework/slsa-github-generator/issues/1163): temporarily disabled
# Tests that generate-builder works with compile-builder=false.
generate-builder-generic-no-compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: ./.github/actions/generate-builder
with:
repository: "slsa-framework/slsa-github-generator"
ref: "refs/tags/v1.2.1"
compile-builder: false
go-version: 1.18
binary: "slsa-generator-generic-linux-amd64"
directory: "internal/builders/generic"
# generate-builder-generic-no-compile:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
# - uses: ./.github/actions/generate-builder
# with:
# repository: "slsa-framework/slsa-github-generator"
# ref: "refs/tags/v1.2.1"
# compile-builder: false
# go-version: 1.18
# binary: "slsa-generator-generic-linux-amd64"
# directory: "internal/builders/generic"

0 comments on commit d2d0116

Please sign in to comment.