@@ -1535,6 +1535,86 @@ presubmits:
15351535 secret :
15361536 secretName : result-aggregator
15371537 trigger : (?m)^/test( | .* )okd-scos-images,?($|\s.*)
1538+ - agent : kubernetes
1539+ always_run : true
1540+ branches :
1541+ - ^main$
1542+ - ^main-
1543+ cluster : build11
1544+ context : ci/prow/tls-scanner
1545+ decorate : true
1546+ labels :
1547+ ci-operator.openshift.io/cloud : aws
1548+ ci-operator.openshift.io/cloud-cluster-profile : aws-5
1549+ ci.openshift.io/generator : prowgen
1550+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
1551+ name : pull-ci-openshift-cluster-version-operator-main-tls-scanner
1552+ rerun_command : /test tls-scanner
1553+ spec :
1554+ containers :
1555+ - args :
1556+ - --gcs-upload-secret=/secrets/gcs/service-account.json
1557+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
1558+ - --lease-server-credentials-file=/etc/boskos/credentials
1559+ - --report-credentials-file=/etc/report/credentials
1560+ - --secret-dir=/secrets/ci-pull-credentials
1561+ - --target=tls-scanner
1562+ command :
1563+ - ci-operator
1564+ env :
1565+ - name : HTTP_SERVER_IP
1566+ valueFrom :
1567+ fieldRef :
1568+ fieldPath : status.podIP
1569+ image : quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
1570+ imagePullPolicy : Always
1571+ name : " "
1572+ ports :
1573+ - containerPort : 8080
1574+ name : http
1575+ resources :
1576+ requests :
1577+ cpu : 10m
1578+ volumeMounts :
1579+ - mountPath : /etc/boskos
1580+ name : boskos
1581+ readOnly : true
1582+ - mountPath : /secrets/ci-pull-credentials
1583+ name : ci-pull-credentials
1584+ readOnly : true
1585+ - mountPath : /secrets/gcs
1586+ name : gcs-credentials
1587+ readOnly : true
1588+ - mountPath : /secrets/manifest-tool
1589+ name : manifest-tool-local-pusher
1590+ readOnly : true
1591+ - mountPath : /etc/pull-secret
1592+ name : pull-secret
1593+ readOnly : true
1594+ - mountPath : /etc/report
1595+ name : result-aggregator
1596+ readOnly : true
1597+ serviceAccountName : ci-operator
1598+ volumes :
1599+ - name : boskos
1600+ secret :
1601+ items :
1602+ - key : credentials
1603+ path : credentials
1604+ secretName : boskos-credentials
1605+ - name : ci-pull-credentials
1606+ secret :
1607+ secretName : ci-pull-credentials
1608+ - name : manifest-tool-local-pusher
1609+ secret :
1610+ secretName : manifest-tool-local-pusher
1611+ - name : pull-secret
1612+ secret :
1613+ secretName : registry-pull-credentials
1614+ - name : result-aggregator
1615+ secret :
1616+ secretName : result-aggregator
1617+ trigger : (?m)^/test( | .* )tls-scanner,?($|\s.*)
15381618 - agent : kubernetes
15391619 always_run : false
15401620 branches :
0 commit comments