Skip to content

Reorganize Jenkins jobs#95

Merged
tianon merged 1 commit intodocker-library:mainfrom
infosiftr:janky-reorg
Nov 19, 2024
Merged

Reorganize Jenkins jobs#95
tianon merged 1 commit intodocker-library:mainfrom
infosiftr:janky-reorg

Conversation

@tianon
Copy link
Copy Markdown
Member

@tianon tianon commented Nov 18, 2024

Closes #94 (see that description for more details)

Before:

multiarch/ARCH/REPO (old, disabled)

wip/new/meta
wip/new/trigger-gha
wip/new/trigger-ARCH
wip/new/build-ARCH
wip/new/deploy-ARCH

After: ("the meta build system")

multiarch/ARCH/REPO (old, disabled, could be removed)

meta/meta
meta/ARCH/trigger
meta/ARCH/build
meta/ARCH/deploy

As a matter of process, we probably want to disable the jobs first, then merge this, then move them, then re-enable them (likely meta first so the submodule gets updated before we start running other jobs).

Before:

```
multiarch/ARCH/REPO (old, disabled)

wip/new/meta
wip/new/trigger-gha
wip/new/trigger-ARCH
wip/new/build-ARCH
wip/new/deploy-ARCH
```

After: ("the meta build system")

```
multiarch/ARCH/REPO (old, disabled, could be removed)

meta/meta
meta/ARCH/trigger
meta/ARCH/build
meta/ARCH/deploy
```
@tianon tianon requested a review from yosifkit as a code owner November 18, 2024 23:23
@tianon
Copy link
Copy Markdown
Member Author

tianon commented Nov 19, 2024

I think I'll pull the trigger on this tomorrow (since I'm low on time today for backing it out if we have any unexpected hiccups). 👍

@tianon tianon merged commit 2d86436 into docker-library:main Nov 19, 2024
@tianon tianon deleted the janky-reorg branch November 19, 2024 17:14
@tianon
Copy link
Copy Markdown
Member Author

tianon commented Nov 19, 2024

Renames/moves are all complete now 🤞

@tianon
Copy link
Copy Markdown
Member Author

tianon commented Nov 19, 2024

Everything appears to be functioning correctly 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jenkins Reorganization

2 participants