11presubmits :
22 openshift/installer :
33 - agent : kubernetes
4- always_run : false
4+ always_run : true
55 branches :
66 - ^main$
77 - ^main-
@@ -14,7 +14,6 @@ presubmits:
1414 pj-rehearse.openshift.io/can-be-rehearsed : " true"
1515 name : pull-ci-openshift-installer-main-artifacts-images
1616 rerun_command : /test artifacts-images
17- skip_if_only_changed : (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)
1817 spec :
1918 containers :
2019 - args :
@@ -1543,6 +1542,154 @@ presubmits:
15431542 secret :
15441543 secretName : result-aggregator
15451544 trigger : (?m)^/test( | .* )e2e-aws-ovn-custom-iam-profile,?($|\s.*)
1545+ - agent : kubernetes
1546+ always_run : false
1547+ branches :
1548+ - ^main$
1549+ - ^main-
1550+ cluster : build10
1551+ context : ci/prow/e2e-aws-ovn-dualstack-ipv4-primary-techpreview
1552+ decorate : true
1553+ labels :
1554+ ci-operator.openshift.io/cloud : aws
1555+ ci-operator.openshift.io/cloud-cluster-profile : aws-3
1556+ ci.openshift.io/generator : prowgen
1557+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
1558+ name : pull-ci-openshift-installer-main-e2e-aws-ovn-dualstack-ipv4-primary-techpreview
1559+ optional : true
1560+ rerun_command : /test e2e-aws-ovn-dualstack-ipv4-primary-techpreview
1561+ run_if_changed : aws
1562+ spec :
1563+ containers :
1564+ - args :
1565+ - --gcs-upload-secret=/secrets/gcs/service-account.json
1566+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
1567+ - --lease-server-credentials-file=/etc/boskos/credentials
1568+ - --report-credentials-file=/etc/report/credentials
1569+ - --secret-dir=/secrets/ci-pull-credentials
1570+ - --target=e2e-aws-ovn-dualstack-ipv4-primary-techpreview
1571+ command :
1572+ - ci-operator
1573+ image : quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
1574+ imagePullPolicy : Always
1575+ name : " "
1576+ resources :
1577+ requests :
1578+ cpu : 10m
1579+ volumeMounts :
1580+ - mountPath : /etc/boskos
1581+ name : boskos
1582+ readOnly : true
1583+ - mountPath : /secrets/ci-pull-credentials
1584+ name : ci-pull-credentials
1585+ readOnly : true
1586+ - mountPath : /secrets/gcs
1587+ name : gcs-credentials
1588+ readOnly : true
1589+ - mountPath : /secrets/manifest-tool
1590+ name : manifest-tool-local-pusher
1591+ readOnly : true
1592+ - mountPath : /etc/pull-secret
1593+ name : pull-secret
1594+ readOnly : true
1595+ - mountPath : /etc/report
1596+ name : result-aggregator
1597+ readOnly : true
1598+ serviceAccountName : ci-operator
1599+ volumes :
1600+ - name : boskos
1601+ secret :
1602+ items :
1603+ - key : credentials
1604+ path : credentials
1605+ secretName : boskos-credentials
1606+ - name : ci-pull-credentials
1607+ secret :
1608+ secretName : ci-pull-credentials
1609+ - name : manifest-tool-local-pusher
1610+ secret :
1611+ secretName : manifest-tool-local-pusher
1612+ - name : pull-secret
1613+ secret :
1614+ secretName : registry-pull-credentials
1615+ - name : result-aggregator
1616+ secret :
1617+ secretName : result-aggregator
1618+ trigger : (?m)^/test( | .* )e2e-aws-ovn-dualstack-ipv4-primary-techpreview,?($|\s.*)
1619+ - agent : kubernetes
1620+ always_run : false
1621+ branches :
1622+ - ^main$
1623+ - ^main-
1624+ cluster : build10
1625+ context : ci/prow/e2e-aws-ovn-dualstack-ipv6-primary-techpreview
1626+ decorate : true
1627+ labels :
1628+ ci-operator.openshift.io/cloud : aws
1629+ ci-operator.openshift.io/cloud-cluster-profile : aws-3
1630+ ci.openshift.io/generator : prowgen
1631+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
1632+ name : pull-ci-openshift-installer-main-e2e-aws-ovn-dualstack-ipv6-primary-techpreview
1633+ optional : true
1634+ rerun_command : /test e2e-aws-ovn-dualstack-ipv6-primary-techpreview
1635+ run_if_changed : aws
1636+ spec :
1637+ containers :
1638+ - args :
1639+ - --gcs-upload-secret=/secrets/gcs/service-account.json
1640+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
1641+ - --lease-server-credentials-file=/etc/boskos/credentials
1642+ - --report-credentials-file=/etc/report/credentials
1643+ - --secret-dir=/secrets/ci-pull-credentials
1644+ - --target=e2e-aws-ovn-dualstack-ipv6-primary-techpreview
1645+ command :
1646+ - ci-operator
1647+ image : quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
1648+ imagePullPolicy : Always
1649+ name : " "
1650+ resources :
1651+ requests :
1652+ cpu : 10m
1653+ volumeMounts :
1654+ - mountPath : /etc/boskos
1655+ name : boskos
1656+ readOnly : true
1657+ - mountPath : /secrets/ci-pull-credentials
1658+ name : ci-pull-credentials
1659+ readOnly : true
1660+ - mountPath : /secrets/gcs
1661+ name : gcs-credentials
1662+ readOnly : true
1663+ - mountPath : /secrets/manifest-tool
1664+ name : manifest-tool-local-pusher
1665+ readOnly : true
1666+ - mountPath : /etc/pull-secret
1667+ name : pull-secret
1668+ readOnly : true
1669+ - mountPath : /etc/report
1670+ name : result-aggregator
1671+ readOnly : true
1672+ serviceAccountName : ci-operator
1673+ volumes :
1674+ - name : boskos
1675+ secret :
1676+ items :
1677+ - key : credentials
1678+ path : credentials
1679+ secretName : boskos-credentials
1680+ - name : ci-pull-credentials
1681+ secret :
1682+ secretName : ci-pull-credentials
1683+ - name : manifest-tool-local-pusher
1684+ secret :
1685+ secretName : manifest-tool-local-pusher
1686+ - name : pull-secret
1687+ secret :
1688+ secretName : registry-pull-credentials
1689+ - name : result-aggregator
1690+ secret :
1691+ secretName : result-aggregator
1692+ trigger : (?m)^/test( | .* )e2e-aws-ovn-dualstack-ipv6-primary-techpreview,?($|\s.*)
15461693 - agent : kubernetes
15471694 always_run : false
15481695 branches :
@@ -7870,7 +8017,7 @@ presubmits:
78708017 secretName : result-aggregator
78718018 trigger : (?m)^/test( | .* )okd-scos-e2e-aws-ovn,?($|\s.*)
78728019 - agent : kubernetes
7873- always_run : false
8020+ always_run : true
78748021 branches :
78758022 - ^main$
78768023 - ^main-
@@ -7885,7 +8032,6 @@ presubmits:
78858032 pj-rehearse.openshift.io/can-be-rehearsed : " true"
78868033 name : pull-ci-openshift-installer-main-okd-scos-images
78878034 rerun_command : /test okd-scos-images
7888- skip_if_only_changed : (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)
78898035 spec :
78908036 containers :
78918037 - args :
0 commit comments