5555 with :
5656 containerfiles : |
5757 ./benchmarks/Containerfile
58- image : ghcr.io/sigstore /model-transparency-benchmarks
58+ image : ghcr.io/spencerschrock /model-transparency-benchmarks
5959 tags : " latest ${{ steps.config.outputs.head }}"
6060 archs : amd64
6161 oci : false
@@ -75,26 +75,26 @@ jobs:
7575 image : ${{ steps.build_image.outputs.image }}
7676 tags : ${{ steps.build_image.outputs.tags }}
7777 registry : ghcr.io
78- submit-cloud-batch :
79- needs : publish-benchmark-container
80- runs-on : ubuntu-latest
81- permissions :
82- id-token : ' write'
83- env :
84- TAG : ${{needs.publish-benchmark-container.outputs.head}}
85- steps :
86- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
87- with :
88- ref : ${{needs.publish-benchmark-container.outputs.head}}
89- - uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
90- with :
91- workload_identity_provider : projects/306323169285/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
92- service_account : ' model-transparency-gha@sigstore-infra-playground.iam.gserviceaccount.com'
93- - run : |
94- gcloud batch jobs submit \
95- --job-prefix=bench \
96- --project sigstore-infra-playground \
97- --location us-central1 \
98- --config - <<EOF
99- $(envsubst '$TAG' < benchmarks/cloud_batch.json)
100- EOF
78+ # submit-cloud-batch:
79+ # needs: publish-benchmark-container
80+ # runs-on: ubuntu-latest
81+ # permissions:
82+ # id-token: 'write'
83+ # env:
84+ # TAG: ${{needs.publish-benchmark-container.outputs.head}}
85+ # steps:
86+ # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
87+ # with:
88+ # ref: ${{needs.publish-benchmark-container.outputs.head}}
89+ # - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
90+ # with:
91+ # workload_identity_provider: projects/306323169285/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
92+ # service_account: 'model-transparency-gha@sigstore-infra-playground.iam.gserviceaccount.com'
93+ # - run: |
94+ # gcloud batch jobs submit \
95+ # --job-prefix=bench \
96+ # --project sigstore-infra-playground \
97+ # --location us-central1 \
98+ # --config - <<EOF
99+ # $(envsubst '$TAG' < benchmarks/cloud_batch.json)
100+ # EOF
0 commit comments