Update k8's transfer releasetest-v2 (#1023)

* release-v1 transfer

* v2 fix
This commit is contained in:
laurentsimon 2021-09-16 12:29:14 -07:00 committed by GitHub
parent e1a6e7dcad
commit 34b97e37b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: scorecard-bq-transfer
name: scorecard-bq-transfer-v2
spec:
# At 02:00UTC on Monday and Thursday.
schedule: "0 2 * * 1,4"

View File

@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: scorecard-bq-transfer-releasetest
name: scorecard-bq-transfer-releasetest-v2
spec:
# Daily at 9am and 6pm PST.
schedule: "0 1,16 * * *"
@ -34,6 +34,10 @@ spec:
value: "gs://ossf-scorecard-data-releasetest2"
- name: SCORECARD_BIGQUERY_TABLE
value: "scorecard_releasetest2"
- name: SCORECARD_COMPLETION_THRESHOLD
value: "1"
- name: SCORECARD_WEBHOOK_URL
value: "http://10.4.8.246/"
resources:
limits:
memory: 1Gi