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

Clean master final #1103

Closed
wants to merge 25 commits into from
Closed

Clean master final #1103

wants to merge 25 commits into from

Conversation

mcoduoza
Copy link
Collaborator

No description provided.

@mcoduoza
Copy link
Collaborator Author

@steveri Do you know an easy way to kill all pending mflowgen and checking-gf CIs?

Copy link
Collaborator

@bobcheng15 bobcheng15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything's there!

@steveri
Copy link
Contributor

steveri commented Jan 31, 2025

@steveri Do you know an easy way to kill all pending mflowgen and checking-gf CIs?

Yikes! What's going on with all these pending jobs???
I will poke around and see what I can do.

Also: I see LOTS of pending jobs in mflowgen but just maybe one job in checkin-gf, is that correct?

Copy link
Contributor

@steveri steveri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM...I had a quick look at the "log -p" file for this branch and didn't obviously find anything that wasn't supposed to be there...

@steveri
Copy link
Contributor

steveri commented Jan 31, 2025

@steveri Do you know an easy way to kill all pending mflowgen and checking-gf CIs?

Yikes! What's going on with all these pending jobs??? I will poke around and see what I can do.

Also: I see LOTS of pending jobs in mflowgen but just maybe one job in checkin-gf, is that correct?

Oh! Is this a side effect of whatever you had to do to purge the master maybe?
Anyway I am looking at the REST API to see if I can build a script that will do the right thing...

Copy link
Collaborator

@yuchen-mei yuchen-mei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@steveri
Copy link
Contributor

steveri commented Jan 31, 2025

I found the magic incantation and wrote a script, now I am madly squashing mflowgen jobs...should be done soon I think....

@steveri
Copy link
Contributor

steveri commented Jan 31, 2025

Okay I think I managed to cancel all running and scheduled mflowgen CI jobs, except for the one associated with this PR.
You'll want to double-check and make sure I got them all.
I did not see any pending or running checkin-gf jobs? Again, please double-check if that is a thing.
G'night!

@steveri
Copy link
Contributor

steveri commented Jan 31, 2025

FYI the magic for canceling buildkite jobs from command line (must have TOKEN from buildkite=>my account=>settings)

# Cancel job 8727
URL=https://api.buildkite.com/v2/organizations/tapeout-aha/pipelines/mflowgen
curl -H "Authorization: Bearer $TOKEN" -X PUT $URL/builds/8727/cancel

@mcoduoza mcoduoza closed this Jan 31, 2025
@mcoduoza mcoduoza deleted the Clean_master_final branch January 31, 2025 17:53
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.

5 participants