Lubos Kocman
68e32ee8c7
idempotent KojiBuilder implementation of rida/builder.py
...
- Allows to call build() and connect() multiple times. This needs to be
followed by allowing to resubmit module build tasks in REST.
- rename buildroot_add_repo() to buildroot_add_repos() (input data is artifacts)
Signed-off-by: Lubos Kocman <lkocman@redhat.com >
Signed-off-by: Nils Philippsen <nils@redhat.com >
2016-08-22 18:20:24 +02:00
Lubos Kocman
dd0b60dcdd
Change external api for GenericBuilder class
...
- merge buildroot_prep and buildroot_resume under buildroot_connect
https://pagure.io/fm-orchestrator/issue/34 (idempotent movement)
- rename add_dependency to add_repo
- provide workflow comparison koji vs copr as a docstring
- update docstrings for GenericBuilder
Signed-off-by: Lubos Kocman <lkocman@redhat.com >
Signed-off-by: Nils Philippsen <nils@redhat.com >
2016-08-22 18:03:50 +02:00
Nils Philippsen
03b06ee427
Merge branch 'containerize'
2016-08-17 12:11:50 +02:00
Tomas Tomecek
b1ae8e952a
vagrantfile: put koji.conf to /etc/rida
...
so connection to koji works
2016-08-17 07:58:14 +02:00
Tomas Tomecek
71d7f382f1
composefile: change SELinux context appropriately
2016-08-17 07:58:14 +02:00
Tomas Tomecek
5666d49bce
readme, containers: provide debugging instructions
2016-08-17 07:58:14 +02:00
Tomas Tomecek
f24898db79
containerize!
2016-08-17 07:58:14 +02:00
Nils Philippsen
4a994d71e7
Merge branch 'api-pagination'
2016-08-15 17:54:49 +02:00
Matt Prahl
961f22f0b4
Add pagination and verbose flag to the /rida/module-builds/ route
...
Adds details about the API changes
2016-08-15 17:54:40 +02:00
Matt Prahl
0bef0e0edc
Adds debug option to runssl function
2016-08-15 17:54:40 +02:00
Lubos Kocman
68bc469bfa
Add remaining koji.stg arches to default config.py
...
Signed-off-by: Lubos Kocman <lkocman@redhat.com >
2016-08-12 16:32:53 +02:00
Ralph Bean
59ebcdbb84
Get the test suite working again.
2016-08-10 16:15:01 -04:00
Ralph Bean
2790339634
Be more specific here about what kinds of errors trigger a retry.
2016-08-10 16:14:52 -04:00
Ralph Bean
7a8e9e2232
flask.jsonify() doesn't like bare lists.
2016-08-10 15:01:40 -04:00
Ralph Bean
ef97401131
Cannot concatenate ints and strings.
2016-08-10 14:49:12 -04:00
Ralph Bean
cbc9f33954
Apply a fix from our demo-readiness efforts..
2016-08-10 14:06:43 -04:00
Ralph Bean
c9aefef5f2
Merge branch 'Database-Migration-Support-and-Cleanup'
2016-08-10 13:48:45 -04:00
Ralph Bean
124b3c3900
Fix NameError for missing query.
2016-08-10 13:48:15 -04:00
Ralph Bean
36947b07a5
Do away with all this manual copying.
...
A breath of fresh air!!
2016-08-10 13:47:50 -04:00
Ralph Bean
3358a6c184
Move import into local scope.
2016-08-10 13:47:34 -04:00
Lubos Kocman
ad3eb578fb
add arches to module-tag (not just build-tag)
...
* this fixes issue that pungi can't discover arches for compsing module from tag
Signed-off-by: Lubos Kocman <lkocman@redhat.com >
2016-08-03 10:10:39 +02:00
Matt Prahl
7a928c3e8c
Adds database migration support, converts rida.conf to config.py, adds Vagrant support, seperates out app views to views.py, control of the app now manage.py
2016-08-01 13:22:01 -04:00
Ralph Bean
8fdae07e7e
Some logging for buildroot readiness.
2016-07-31 16:26:11 -04:00
Ralph Bean
7d3db8517a
No need to poll that frequently.
2016-07-31 15:41:57 -04:00
Ralph Bean
666dad2a2a
Last tweak and fixes for async stuff.
2016-07-31 11:27:34 -04:00
Ralph Bean
ec57fe0522
Some cleanup and fixes to the async work.
2016-07-31 07:13:27 -04:00
Ralph Bean
0c48edbd1a
Attempt to recursively build component like mockchain --recurse
2016-07-31 05:18:32 -04:00
Ralph Bean
283c48dbbc
Try to refactor a bunch of our scattered retry logic.
2016-07-30 11:02:57 -04:00
Ralph Bean
cdc7e366f9
I'm pretty sure this isn't supposed to be here.
2016-07-30 10:18:34 -04:00
Ralph Bean
04dbbc60af
Merge #25 Document bus message format
2016-07-30 09:05:12 +00:00
Ralph Bean
5049b3f639
Merge #32 kill the wait statements.
2016-07-30 09:04:58 +00:00
Lubos Kocman
239bbf7ec7
add pdc retry for initial module info
2016-07-29 21:58:46 +02:00
Lubos Kocman
cd6a5d03cc
add scmurl to ModuleBuild, get koji_tag from pdc, get_module works with module- prefix
2016-07-29 21:58:08 +02:00
Ralph Bean
bcbaf2cf61
kill the wait statements.
2016-07-29 12:15:02 -04:00
Ralph Bean
519d9fb937
Merge #22 Some more work on the scheduler.
2016-07-27 17:38:29 +00:00
Ralph Bean
1077253b6f
Merge #26 load the config file from environment
2016-07-27 17:37:04 +00:00
Ralph Bean
0b0021b5ea
Merge branch 'master' into ridad
...
Also, fix tests.
2016-07-27 13:34:32 -04:00
Nils Philippsen
bc208a5e03
Document 'topdir' message field.
...
Signed-off-by: Nils Philippsen <nils@redhat.com >
2016-07-26 12:15:42 +02:00
Nils Philippsen
9629b65b18
Drop 'koji_tag' field from message.
...
The koji tag should be set by pdc-updater when first encountering a
module n-v-r, and be stored in PDC.
Signed-off-by: Nils Philippsen <nils@redhat.com >
2016-07-26 12:15:42 +02:00
Nils Philippsen
f67d1f285b
Drop 'variant_' prefix from message fields.
...
Signed-off-by: Nils Philippsen <nils@redhat.com >
2016-07-26 12:15:42 +02:00
Nils Philippsen
e4b118b023
Drop 'variant_type' from the message.
...
The message is only about modules, therefore the variant type is
'module'. No need to communicate this redundantly.
Signed-off-by: Nils Philippsen <nils@redhat.com >
2016-07-26 12:07:07 +02:00
Lubos Kocman
98d8b54c61
rida.conf: add new modularity pdc instance as a default pdc url
2016-07-25 17:33:04 +02:00
Lubos Kocman
87c9ff085c
typo: rida.logging -> rida.logger
2016-07-25 15:08:27 +02:00
Ralph Bean
1b314d2e30
New gitref for testmodule.
2016-07-24 00:52:28 -04:00
Ralph Bean
cb096f461f
s/task/task_id/
2016-07-24 00:52:14 -04:00
Ralph Bean
074267233c
We want our dist-tag hack in both srpm-build and build.
2016-07-23 23:57:59 -04:00
Ralph Bean
23308474f2
The filename matters here.
2016-07-23 23:57:54 -04:00
Ralph Bean
874da0ecb8
Be strict about this.
...
Better to fail early here than to submit a build, wait 15 minutes, only
to find out it fails.
2016-07-23 22:31:11 -04:00
Ralph Bean
3f9e7a7f5f
A convenience method.
2016-07-23 22:30:54 -04:00
Ralph Bean
cb671a19da
Fix dist-tag spec hack missed in b0c4fbb1.
2016-07-23 21:09:43 -04:00