Skip to content

Instantly share code, notes, and snippets.

@jpeeler
Last active May 3, 2018 23:57
Show Gist options
  • Save jpeeler/c8223b0718048bd29b7d9dae16570d0a to your computer and use it in GitHub Desktop.
Save jpeeler/c8223b0718048bd29b7d9dae16570d0a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- This file was created with the aha Ansi HTML Adapter. https://github.com/theZiz/aha -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xml+xhtml; charset=UTF-8" />
<title>stdin</title>
</head>
<body>
<pre>
<span style="color:purple;">sjb/config/test_cases/push_origin_release.yml</span>
<span style="color:green;">1</span>----
<span style="color:green;">2</span>-parent: 'common/test_cases/origin_release_with_ecosystem.yml'
<span style="color:green;">3</span>-overrides:
<span style="color:green;">4</span>- sync:
<span style="color:green;">5</span>- - &quot;openshift,openshift-ansible=master&quot;
<span style="color:green;">6</span>- - &quot;openshift,image-registry=master&quot;
<span style="color:green;">7</span>- - &quot;openshift,kubernetes-metrics-server=master&quot;
<span style="color:green;">8</span>- - &quot;openshift,origin-web-console-server=master&quot;
<span style="color:green;">9</span>- - &quot;openshift,aos-cd-jobs=master&quot;
<span style="color:green;">10</span>- - &quot;openshift,release=master&quot;
<span style="color:green;">11</span>: <span style="color:red;"></span><span style="color:red;font-weight:bold;">- &quot;openshift,service-catalog=master&quot;</span>
<span style="color:green;">12</span>-extensions:
<span style="color:green;">13</span>- parameters:
<span style="color:green;">14</span>- - name: &quot;OS_PUSH_TAG&quot;
<span style="color:green;">15</span>- description: &quot;The docker image tag to push to, defaults to :latest&quot;
<span style="color:green;">16</span>- actions:
<span style="color:green;">17</span>- - type: &quot;script&quot;
<span style="color:green;">18</span>- title: &quot;create directory for docker config&quot;
<span style="color:green;">19</span>- script: |-
<span style="color:green;">20</span>- mkdir -p /tmp/.docker
<span style="color:green;">21</span>- chmod a+rwx /tmp/.docker
<span style="color:purple;">sjb/config/common/test_cases/origin_release_with_ecosystem.yml</span>
<span style="color:green;">1</span>----
<span style="color:green;">2</span>-parent: 'common/test_cases/origin_release.yml'
<span style="color:green;">3</span>-extensions:
<span style="color:green;">4</span>- sync:
<span style="color:green;">5</span>- - &quot;openshift,image-registry=master&quot;
<span style="color:green;">6</span>- - &quot;openshift,openshift-ansible=master&quot;
<span style="color:green;">7</span>- - &quot;openshift,kubernetes-metrics-server=master&quot;
<span style="color:green;">8</span>- - &quot;openshift,origin-web-console-server=master&quot;
<span style="color:green;">9</span>: <span style="color:red;"></span><span style="color:red;font-weight:bold;">- &quot;openshift,service-catalog=master&quot;</span>
<span style="color:green;">10</span>- actions:
<span style="color:green;">11</span>- - type: &quot;script&quot;
<span style="color:green;">12</span>- title: &quot;build an openshift-ansible release&quot;
<span style="color:green;">13</span>- repository: &quot;openshift-ansible&quot;
<span style="color:green;">14</span>- script: |-
<span style="color:green;">15</span>- tito_tmp_dir=&quot;tito&quot;
<span style="color:green;">16</span>- mkdir -p &quot;${tito_tmp_dir}&quot;
<span style="color:green;">17</span>- tito tag --offline --accept-auto-changelog
<span style="color:green;">18</span>- tito build --output=&quot;${tito_tmp_dir}&quot; --rpm --test --offline --quiet
<span style="color:green;">19</span>- createrepo &quot;${tito_tmp_dir}/noarch&quot;
</pre>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment