Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: project-stacker/stacker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.5
Choose a base ref
...
head repository: project-stacker/stacker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.6
Choose a head ref
  • 2 commits
  • 12 files changed
  • 2 contributors

Commits on Dec 13, 2025

  1. ci: bump go to just 1.24 and run slow tests for PRs (#748)

    * ci: run SLOW_TESTS during PR builds
    
    reenable slow tests for PR builds. Otherwise we don't get sufficient
    notification if one breaks - the nightly workflows don't notify
    everyone.
    
    Signed-off-by: Michael McCracken <[email protected]>
    
    * ci: bump golang version to just 1.24 for builds
    
    No need to continue building multiple go versions.
    
    Signed-off-by: Michael McCracken <[email protected]>
    
    ---------
    
    Signed-off-by: Michael McCracken <[email protected]>
    mikemccracken authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    93e5d29 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. fix: bump build and ci go-version checks for publishing (#749)

    * fix: bump build and ci go-version checks for publishing
    
    Drop the go-version check in build and coverage when uploading
    binaries.  We're only building with one version of go now.
    
    Signed-off-by: Ryan Harper <[email protected]>
    
    * test: format python test harness file with black
    
    Apply black python formatting to harness
    
    Signed-off-by: Ryan Harper <[email protected]>
    
    * test: add env check to test harness
    
    Verify that we have the required env variables before starting
    the harness.  This is primarily for offline testing but still
    useful in the github workflows
    
    Signed-off-by: Ryan Harper <[email protected]>
    
    * test: increase verbosity on tests until we sort out why some tests fail during priv run
    
    Signed-off-by: Ryan Harper <[email protected]>
    
    * test: fixes for local and github building
    
    - Format test/main.py with black python formatter
    - Add skip_broken_tests and add this to bom test
      - Currently the bom test isn't working so we'll skip until we
        update the test for the current Centos image.  Once that's
        done we will change the test to fetch the Centos image via
        sha256 and/or mirror it into the ghcr.io/project-stacker OCI
        registry
    - Add some debug around zot config starting
    - Add checks to ensure exported variables that are required for the
      test harness to run are present in the env before running the tests
    - Check and dump env before starting bats suite
    - Add zot_teardown calls to ensure that we've properly terminated zot
      before attempting to start another one.  The github runs saw errors
      which looked like something already using port 8080 which is likely
      a race with a zot being killed.  Be more explicit and wait for it
      to go away.  Make use of pid file for simpler stopping
    - Update/Add REGISTRY_SERVICE value to specify what registry OCI image
      we're using and export this into the build environment
    - Add support for copying and running REGISTRY_SERVICE when running
      outside of github.
    - Add start/stop_registry as convert tests uses registry to publish stuff
    - Update publish.bats test to check if REGISTRY_SERVICE is running and
      if not startup up the service.  This handles the offline case where
      registry is not provided by the build environment.  For github where
      service is running, it will skip the start/stop
    
    Signed-off-by: Ryan Harper <[email protected]>
    
    * fix: install-build-deps add software-properties-common for add-apt-repository
    
    Signed-off-by: Ryan Harper <[email protected]>
    
    ---------
    
    Signed-off-by: Ryan Harper <[email protected]>
    raharper authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    ebb4855 View commit details
    Browse the repository at this point in the history
Loading