These are new mt snow boxes. 80 cpus, 384gb mem, 6 1TB nvme drives.
They will be replacing emags. We cannot replace all the emags yet, since
we still need armv7 support and these don't have that, but after next
year we should be able to start dropping them.
One of these might move over to staging, still pondering.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
osbuildImage is a task, it can have children (tagging) and can exist as
a top-level task, thus I'm adding it into all lists.
This is needed in order to osbuildImage appearing on the list task page:
https://koji.fedoraproject.org/koji/tasks
We're debugging something right now and need no new builds to get
created so we don't lose some existing images that we need to go
back to for reference/debugging.
We need to tell fasjson what keytab to use, so we should override the
service file here and pass it as a env variable.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
The deployment on staging is now working as it should. We can uncomment the
lines that were commented out for debugging.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
`pip uninstall` is asking for confirmation. We don't really need this, so let us
add -y flag to answer yes.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
These were the first aarch64 machines we had. 1u, no working lights,
prone to needing rebuilt, but they have served long and well.
We salute you!
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
It seems that the package isn't replaced with the newer build, let's remove it
first and see if this will help.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
I moved the folder after, not before. Let's fix that.
Also it seems that the docs folder is still missing, let's keep the anitya
folder for further debugging.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Move fedora bootstrap package to correct folder that is used by Anitya
deployment. We first need to remove symlink, which is not being included inside
wheel package.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Found out the issue was in missing includes in pyproject.toml. This is fixed in
https://github.com/fedora-infra/anitya/pull/1486 and the build should work
again.
Let's hope I'm right.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
I'm not sure what is happening, but the docs and bootstrap symlink are not
installed in the system. Let's try to first install Anitya to virtual
environment and build the docs and after that do a direct install to container.
Also don't remove the cloned folder, so we can look what is happening there.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>