Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize Jenkins jobs #95

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

tianon
Copy link
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
Copy link
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
1 check passed
@tianon tianon deleted the janky-reorg branch November 19, 2024 17:14
@tianon
Copy link
Member Author

tianon commented Nov 19, 2024

Renames/moves are all complete now 🤞

@tianon
Copy link
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