#39 some more syncing for COREOS project
Merged 5 years ago by ralph. Opened 5 years ago by dustymabe.
dustymabe/sync-to-jira dusty  into  develop

file modified
+6 -6
@@ -86,7 +86,7 @@ 

                  'fedora-ci/AtomicCi': { 'project': 'RHELPLAN', 'component': None, 'labels': 'sst_operating_system_ci'},

  

                  # Atomic Host repos

-                 'atomic-wg': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],},

+                 'atomic-wg': {'project': 'COREOS', 'component': None, 'labels': ['sst_rhcos', 'sst_coreosct' 'upstream', 'upstream_atomic'],},

              },

              'github': {

                  'nirzari/review-rot': {'project': 'DEVOPSA', 'component': None, },
@@ -129,13 +129,13 @@ 

                  'release-engineering/koji-dojo': {'project': 'NOS', 'component': 'Koji-dojo'},

  

                  # Atomic Host repos

-                 'projectatomic/rpm-ostree': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],},

-                 'projectatomic/atomic-host-tests': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],},

-                 'projectatomic/papr': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],},

-                 'ostreedev/ostree': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],},

+                 'projectatomic/rpm-ostree': {'project': 'COREOS', 'component': None, 'labels': ['sst_rhcos', 'sst_coreosct' 'upstream'],},

+                 'projectatomic/atomic-host-tests': {'project': 'COREOS', 'component': None, 'labels': ['sst_rhcos', 'sst_coreosct' 'upstream'],},

+                 'projectatomic/papr': {'project': 'COREOS', 'component': None, 'labels': ['sst_rhcos', 'sst_coreosct' 'upstream'],},

+                 'ostreedev/ostree': {'project': 'COREOS', 'component': None, 'labels': ['sst_rhcos', 'sst_coreosct' 'upstream'],},

  

                  # CoreOS repos

-                 'coreos/bugs': {'project': 'COREOS', 'component': None, 'labels': 'sst_rhcos'},

+                 'coreos/bugs': {'project': 'COREOS', 'component': None, 'labels': ['sst_rhcos', 'sst_coreosct' 'upstream', 'upstream_cl'],},

              },

          },

      },

  • More labels For COREOS issue syncing
  • Atomic Teams now use COREOS project

WDYT about upstream_atomic and upstream_cl as tags? That way, we could easily look in JIRA at # of issues completed for CL and Atomic.

Good morning. :)

Any further changes here?

I think i'd rather keep it generic. Some of our work will come from syncing of issues like this and some won't so we'd have to do extra work to get tracking accurate anyway, right?

Good morning. :)
Any further changes here?

morning ralph, yeah let us work through the comment in the code first. will ping you when done.

Why not have the generic, i.e. upstream and the ones Nick suggested? I think it's helpful to have upstream as this will bring up all upstream issues, and then to separate those, we could use either upstream_cl or upstream_atomic. It's a nice option to have.

1 new commit added

  • add upstream_cl and upstream_atomic labels
5 years ago

added new labels. @ralph this is good for merge now

Thanks. Let's give it a spin!

Pull-Request has been merged by ralph

5 years ago
Metadata