Hi Folks,
We're working on seeding CR
(https://wiki.centos.org/AdditionalResources/Repositories/CR).
Typically at this time we reinstall all the duffy nodes to get the
latest content, and allow you to test against what will be in 7.1804.
Until we have a healthy pool of machines built back up, I'll be pausing
Jenkins and letting your jobs queue up.
Happy Testing!
--
Brian Stinson
CentOS CI Infrastructure Team
Hi Brian,
We are facing some issue with Duffy, so we are not able to borrow any
machine.
I've reported it as bug[1], is that the right place for this issue report?
[1] https://bugs.centos.org/view.php?id=14715
Thanks,
Daniel
Hi, we'd like to migrate some of our workloads into
Kubernetes jobs; see for example:
https://github.com/projectatomic/papr/pull/70/commits/bdaabc975b6770e2c6826…
What are the available resources in apps.ci versus Duffy?
A lot of our jobs want basically a "classic Docker"
environment with e.g. uid 0, but not CAP_SYS_ADMIN. And with seccomp disabled, etc.
I was trying to create the test pod below, but it fails. It looks like our accounts
use the default SCC. Can we lift these restrictions?
BTW, I'd also like oci-kvm-hook installed, with this patch: https://github.com/stefwalter/oci-kvm-hook/pull/4
apiVersion: v1
kind: DeploymentConfig
metadata:
labels:
run: cgwalters-shell
name: cgwalters-shell
spec:
replicas: 1
selector:
run: cgwalters-shell
strategy:
resources: {}
template:
metadata:
labels:
run: cgwalters-shell
spec:
containers:
- args:
- sleep
- 24h
image: registry.fedoraproject.org/fedora:27
name: cgwalters-shell
# Run as uid 0
securityContext:
runAsUser: 0