From 0f139ff3e996cf4f4a94ead1efd7482075bc3e7f Mon Sep 17 00:00:00 2001 From: Andy Fingerhut Date: Sun, 9 Mar 2025 21:22:53 -0400 Subject: [PATCH 1/3] Whitespace only change to trigger CI Signed-off-by: Andy Fingerhut --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dabb5d..73aa865 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![Docker build](https://github.com/p4lang/third-party/workflows/Build%20and%20push%20latest%20image/badge.svg?branch=main&event=push) + This repository contains third-party dependencies of the software in p4lang. It can be used to install these dependencies on your machine, but it's primarily intended for use in automation. The provided Dockerfile is suitable for usage as From f6c354336c12302fd2a56828706b1f8112ba3fb9 Mon Sep 17 00:00:00 2001 From: Andy Fingerhut Date: Sun, 9 Mar 2025 21:41:21 -0400 Subject: [PATCH 2/3] Check if change to build.yml file triggers a build Signed-off-by: Andy Fingerhut --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9748859..9c43180 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,7 @@ on: schedule: # We run it once a week as we deem it sufficient to pick up updates to the # base Ubuntu image. + # # Note that this will only update the 'latest' tag (not the 'stable' tag) as # these scheduled jobs run for the default branch, which is 'main'. It is # not clear how much the 'stable' tag is used at the moment; if we want the From c981a9ae4cfa428041b1fb2c0c807ee8a7a31c0e Mon Sep 17 00:00:00 2001 From: Andy Fingerhut Date: Sun, 9 Mar 2025 21:43:24 -0400 Subject: [PATCH 3/3] Try removing schedule part of trigger to see if CI build happens sooner Signed-off-by: Andy Fingerhut --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c43180..45a67a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,16 +9,6 @@ on: branches: - main - stable - schedule: - # We run it once a week as we deem it sufficient to pick up updates to the - # base Ubuntu image. - # - # Note that this will only update the 'latest' tag (not the 'stable' tag) as - # these scheduled jobs run for the default branch, which is 'main'. It is - # not clear how much the 'stable' tag is used at the moment; if we want the - # 'stable' tag to be updated automatically as well, we can find a - # workaround. - - cron: '15 1 * * 0' # "At 01:15 on Sunday." jobs: build: