Relax releasetest constraints (#1330)

Co-authored-by: Azeem Shaikh <azeems@google.com>
This commit is contained in:
Azeem Shaikh 2021-12-01 13:30:14 -05:00 committed by GitHub
parent 3cf8b2bfdb
commit 4d6f2b606b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
# 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-cii-worker

View File

@ -36,7 +36,7 @@ subjects:
name: default
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: scorecard-batch-controller-releasetest

View File

@ -36,7 +36,7 @@ subjects:
name: default
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: scorecard-batch-controller

View File

@ -35,7 +35,7 @@ spec:
- name: SCORECARD_BIGQUERY_TABLE
value: "scorecard_releasetest2"
- name: SCORECARD_COMPLETION_THRESHOLD
value: "1"
value: "0.9"
resources:
limits:
memory: 1Gi

View File

@ -12,7 +12,7 @@
# 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
@ -35,7 +35,7 @@ spec:
- name: SCORECARD_BIGQUERY_TABLE
value: "scorecard_releasetest"
- name: SCORECARD_COMPLETION_THRESHOLD
value: "1"
value: "0.9"
- name: SCORECARD_WEBHOOK_URL
value: "http://10.4.8.246/"
resources:

View File

@ -12,7 +12,7 @@
# 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