#github-actions (2024-04)

Discussions related to GitHub Actions

2024-04-01

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
07:45:35 PM
macOS 14 (Sonoma) is generally available and the `latest` macOS runner image

macOS 14 (Sonoma) is generally available and the latest macOS runner image

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

1

2024-04-02

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
05:15:33 PM

What’s new for GitHub Actions hosted runners What’s new for GitHub Actions hosted runners The post What’s new for GitHub Actions hosted runners appeared first on The GitHub Blog.

What's new for GitHub Actions hosted runners

What’s new for GitHub Actions hosted runners

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
05:25:31 PM
GitHub Actions: Hardware accelerated Android virtualization now available

GitHub Actions: Hardware accelerated Android virtualization now available

2024-04-04

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
04:35:34 PM

Actions: Jobs executing on self hosted runners will now timeout in 5 days To ensure that the Actions runners are truly ephemeral and more secure, we are now limiting execution timeouts on self hosted jobs to 5 days. If a job reaches this limit, the job is terminated and fails to complete. Learn more about using self-hosted runners with GitHub Actions The post Actions: Jobs executing on self hosted runners will now timeout in 5 days

Actions: Jobs executing on self hosted runners will now timeout in 5 days

To ensure that the Actions runners are truly ephemeral and more secure, we are now limiting execution timeouts on self hosted jobs to 5 days. If a job reaches this limit, the job is terminated and fails to complete. Learn more about using self-hosted runners with GitHub Actions

1

2024-04-10

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
05:15:38 PM
GitHub-hosted runner images deprecation notice: Docker Compose v1

GitHub-hosted runner images deprecation notice: Docker Compose v1

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

2024-04-16

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
05:25:44 PM

Deprecation notice: v3 of the artifact actions Deprecation notice: v3 of the artifact actions The post Deprecation notice: v3 of the artifact actions appeared first on The GitHub Blog.

Deprecation notice: v3 of the artifact actions

Deprecation notice: v3 of the artifact actions

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
07:45:32 PM

Deprecation of multi-label larger runners Deprecation of multi-label larger runners The post Deprecation of multi-label larger runners appeared first on The GitHub Blog.

Deprecation of multi-label larger runners

Deprecation of multi-label larger runners

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

2024-04-22

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
10:15:40 PM
Dependabot Updates on Actions for GitHub Enterprise Cloud and Free, Pro, and Teams Users

Dependabot Updates on Actions for GitHub Enterprise Cloud and Free, Pro, and Teams Users

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

2024-04-24

Gabriel avatar
Gabriel

After creating an enterprise account and moving orgs under one enterprise, we have many queued jobs waiting for runners. Did anyone experience the same after moving orgs under an enterprise?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Yes, this sounds familiar, or at least related

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@venkata.mutyala alerted me to some of the problems after upgrading, one is that GHA are actually automatically disabled after upgrading

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

So make sure GHA are still enabled

Gabriel avatar
Gabriel

Thanks. Yes, everything is working but the runners stay queued for too long, I found the problem, it’s our concurrent jobs limit which went down to 10 is increasing slowly by 1 every 10 min or so. But GH also seems to have a lot of issues today. https://www.githubstatus.com/. Maybe it’s just a weird coincidence.

GitHub Status

Welcome to GitHub’s home for real-time and historical data on system performance.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Hah, that seems like the more probably explanation

2024-04-25

johncblandii avatar
johncblandii

re: https://github.com/cloudposse/github-action-atmos-affected-trigger-spacelift.

can we get an update so it cancels old plans on feature branches?

Context:

• push a PR (commit abc) • Action triggers 20 stacks • push a commit before those stacks finish planning (commit def • Action triggers 20 stacks You’ll now have up to 40 stacks (depending how fast it was triggered) and commit abc is irrelevant now. We want to just verify def (the latest).

Thoughts?

cloudposse/github-action-atmos-affected-trigger-spacelift

A GitHub action to trigger spacelift for all atmos affected stacks

Dan Miller (Cloud Posse) avatar
Dan Miller (Cloud Posse)

That’s already supported by Spacelift natively. You can enable new runs for the same stack to cancel all previous runs

cloudposse/github-action-atmos-affected-trigger-spacelift

A GitHub action to trigger spacelift for all atmos affected stacks

Dan Miller (Cloud Posse) avatar
Dan Miller (Cloud Posse)

TLDR automatically cancel all queued runs if newer run is triggered for a given stack

    keyboard_arrow_up