We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e3959e + 6525bf4 commit 25e74c9Copy full SHA for 25e74c9
container-images/tcib/base/tobiko/tobiko.yaml
@@ -14,6 +14,7 @@ tcib_actions:
14
https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux.tar.gz
15
| tar -zxvf - -C /usr/local/bin/
16
- run: 'git clone https://opendev.org/x/tobiko /var/lib/tobiko/tobiko'
17
+- run: 'pip install -e /var/lib/tobiko/tobiko -c /var/lib/tobiko/tobiko/upper-constraints.txt -r /var/lib/tobiko/tobiko/extra-requirements.txt'
18
- run: >-
19
mkdir -p /var/lib/tobiko/.downloaded-images && curl
20
https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
0 commit comments