Skip to content

Commit

Permalink
DO NOT MERGE: vendor in buildah @ v1.37.1-0.20241023161207-9665efd7120e
Browse files Browse the repository at this point in the history
This is a JUNK COMMIT from buildah-vendor-treadmill-x v0.3.

DO NOT MERGE! This is just a way to keep the buildah-podman
vendoring in sync. Refer to:

   https://github.com/containers/podman/wiki/Buildah-Vendor-Treadmill

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Oct 23, 2024
1 parent 70d5810 commit c4e743d
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 63 deletions.
60 changes: 42 additions & 18 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,8 @@ bindings_task:
swagger_task:
name: "Test Swagger"
alias: swagger
depends_on: *build
depends_on:
- buildah_bud_test
gce_instance: *standardvm
env:
<<: *stdenvars
Expand Down Expand Up @@ -443,7 +444,8 @@ win_installer_task:
CONTAINERS_MACHINE_PROVIDER: 'hyperv'
alias: win_installer
only_if: *no_rhel_release
depends_on: *build
depends_on:
- buildah_bud_test
ec2_instance: &windows
image: "${WINDOWS_AMI}"
type: m5.large
Expand Down Expand Up @@ -511,7 +513,8 @@ docker-py_test_task:
changesInclude('.cirrus.yml', 'Makefile', 'contrib/cirrus/**', 'vendor/**', 'test/tools/**', 'test/registries*.conf', 'hack/**', 'version/rawversion/*') ||
changesInclude('test/python/**') ||
(changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**'))
depends_on: *build
depends_on:
- buildah_bud_test
gce_instance: *standardvm
env:
<<: *stdenvars
Expand All @@ -538,7 +541,8 @@ unit_test_task:
changesInclude('.cirrus.yml', 'Makefile', 'contrib/cirrus/**', 'vendor/**', 'test/tools/**', 'test/registries*.conf', 'hack/**', 'version/rawversion/*') ||
changesInclude('**/*_test.go') ||
(changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**'))
depends_on: *build
depends_on:
- buildah_bud_test
matrix:
- env: *stdenvars
# Special-case: Rootless on latest Fedora (standard) VM
Expand Down Expand Up @@ -568,7 +572,8 @@ apiv2_test_task:
changesInclude('.cirrus.yml', 'Makefile', 'contrib/cirrus/**', 'vendor/**', 'test/tools/**', 'test/registries*.conf', 'hack/**', 'version/rawversion/*') ||
changesInclude('test/apiv2/**', 'test/python/**') ||
(changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**'))
depends_on: *build
depends_on:
- buildah_bud_test
gce_instance: *standardvm
env:
<<: *stdenvars
Expand Down Expand Up @@ -597,7 +602,8 @@ compose_test_task:
changesInclude('.cirrus.yml', 'Makefile', 'contrib/cirrus/**', 'vendor/**', 'test/tools/**', 'test/registries*.conf', 'hack/**', 'version/rawversion/*') ||
changesInclude('test/compose/**') ||
(changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**'))
depends_on: *build
depends_on:
- buildah_bud_test
gce_instance: *standardvm
matrix:
- env:
Expand Down Expand Up @@ -629,7 +635,8 @@ local_integration_test_task: &local_integration_test_task
changesInclude('.cirrus.yml', 'Makefile', 'contrib/cirrus/**', 'vendor/**', 'test/tools/**', 'test/registries*.conf', 'hack/**', 'version/rawversion/*') ||
changesInclude('test/e2e/**', 'test/utils/**') ||
(changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**'))
depends_on: *build
depends_on:
- buildah_bud_test
matrix: *platform_axis
# integration tests scale well with cpu as they are parallelized
# so we give these tests 4 cores to make them faster
Expand Down Expand Up @@ -664,7 +671,8 @@ container_integration_test_task:
alias: container_integration_test
# Docs: ./contrib/cirrus/CIModes.md
only_if: *only_if_int_test
depends_on: *build
depends_on:
- buildah_bud_test
gce_instance: *fastvm
env:
<<: *stdenvars
Expand All @@ -682,7 +690,8 @@ rootless_integration_test_task:
alias: rootless_integration_test
# Docs: ./contrib/cirrus/CIModes.md
only_if: *only_if_int_test
depends_on: *build
depends_on:
- buildah_bud_test
matrix: *platform_axis
gce_instance: *fastvm
env:
Expand All @@ -705,7 +714,8 @@ podman_machine_task:
$CIRRUS_CHANGE_TITLE =~ '.*CI:ALL.*' ||
changesInclude('.cirrus.yml', 'Makefile', 'contrib/cirrus/**', 'vendor/**', 'test/tools/**', 'test/registries*.conf', 'hack/**', 'version/rawversion/*') ||
changesInclude('cmd/podman/machine/**', 'pkg/machine/**', '**/*machine*.go')
depends_on: *build
depends_on:
- buildah_bud_test
ec2_instance:
image: "${VM_IMAGE_NAME}"
type: "${EC2_INST_TYPE}"
Expand All @@ -727,7 +737,8 @@ podman_machine_aarch64_task:
name: *std_name_fmt
alias: podman_machine_aarch64
only_if: *only_if_machine_test
depends_on: *build
depends_on:
- buildah_bud_test
ec2_instance:
<<: *standard_build_ec2_aarch64
timeout_in: 30m
Expand Down Expand Up @@ -760,7 +771,8 @@ podman_machine_windows_task:
skip: &skip_rhel_release |
$CIRRUS_BRANCH =~ 'v[0-9\.]+-rhel' ||
$CIRRUS_BASE_BRANCH =~ 'v[0-9\.]+-rhel'
depends_on: *build
depends_on:
- buildah_bud_test
ec2_instance:
<<: *windows
type: m5zn.metal
Expand All @@ -786,7 +798,8 @@ podman_machine_mac_task:
alias: podman_machine_mac
only_if: *only_if_machine_test
skip: *skip_rhel_release
depends_on: *build
depends_on:
- buildah_bud_test
persistent_worker: *mac_pw
timeout_in: 35m
env:
Expand Down Expand Up @@ -842,7 +855,8 @@ local_system_test_task: &local_system_test_task
changesInclude('.cirrus.yml', 'Makefile', 'contrib/cirrus/**', 'vendor/**', 'test/tools/**', 'test/registries*.conf', 'hack/**', 'version/rawversion/*') ||
changesInclude('test/system/**') ||
(changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**'))
depends_on: *build
depends_on:
- buildah_bud_test
matrix: *platform_axis
gce_instance: *fastvm
timeout_in: 25m
Expand All @@ -859,7 +873,8 @@ local_system_test_aarch64_task: &local_system_test_task_aarch64
alias: local_system_test_aarch64
# Docs: ./contrib/cirrus/CIModes.md
only_if: *only_if_system_test
depends_on: *build
depends_on:
- buildah_bud_test
ec2_instance: *standard_build_ec2_aarch64
timeout_in: 35m
env:
Expand Down Expand Up @@ -911,7 +926,8 @@ rootless_system_test_task:
alias: rootless_system_test
# Docs: ./contrib/cirrus/CIModes.md
only_if: *only_if_system_test
depends_on: *build
depends_on:
- buildah_bud_test
matrix: *platform_axis
gce_instance: *fastvm
timeout_in: 25m
Expand All @@ -937,7 +953,8 @@ farm_test_task:
changesInclude('.cirrus.yml', 'Makefile', 'contrib/cirrus/**', 'vendor/**', 'test/tools/**', 'test/registries*.conf', 'hack/**', 'version/rawversion/*') ||
changesInclude('test/farm/**', 'test/system/*.bash') ||
(changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**'))
depends_on: *build
depends_on:
- buildah_bud_test
gce_instance: *standardvm
env:
<<: *stdenvars
Expand Down Expand Up @@ -969,6 +986,12 @@ buildah_bud_test_task:
PODBIN_NAME: podman
- env:
PODBIN_NAME: remote
- env:
PODBIN_NAME: podman
PRIV_NAME: rootless
- env:
PODBIN_NAME: remote
PRIV_NAME: rootless
gce_instance: *standardvm
timeout_in: 45m
clone_script: *get_gosrc
Expand All @@ -989,7 +1012,8 @@ upgrade_test_task:
changesInclude('.cirrus.yml', 'Makefile', 'contrib/cirrus/**', 'vendor/**', 'test/tools/**', 'test/registries*.conf', 'hack/**', 'version/rawversion/*') ||
changesInclude('test/upgrade/**', 'test/system/*.bash') ||
(changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**'))
depends_on: *build
depends_on:
- buildah_bud_test
matrix:
- env:
# 2024-02: as long as possible/reasonable, try to keep
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/checkpoint-restore/checkpointctl v1.3.0
github.com/checkpoint-restore/go-criu/v7 v7.2.0
github.com/containernetworking/plugins v1.5.1
github.com/containers/buildah v1.37.1-0.20241018144937-2551c8f3d110
github.com/containers/buildah v1.37.1-0.20241023161207-9665efd7120e
github.com/containers/common v0.60.1-0.20241018183244-7e6f2b4d6de7
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/gvisor-tap-vsock v0.7.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ github.com/containernetworking/cni v1.2.3 h1:hhOcjNVUQTnzdRJ6alC5XF+wd9mfGIUaj8F
github.com/containernetworking/cni v1.2.3/go.mod h1:DuLgF+aPd3DzcTQTtp/Nvl1Kim23oFKdm2okJzBQA5M=
github.com/containernetworking/plugins v1.5.1 h1:T5ji+LPYjjgW0QM+KyrigZbLsZ8jaX+E5J/EcKOE4gQ=
github.com/containernetworking/plugins v1.5.1/go.mod h1:MIQfgMayGuHYs0XdNudf31cLLAC+i242hNm6KuDGqCM=
github.com/containers/buildah v1.37.1-0.20241018144937-2551c8f3d110 h1:YcrjUM1CwDTEnaPHgpVmjid/R3zAVXRRHcgknQsajlI=
github.com/containers/buildah v1.37.1-0.20241018144937-2551c8f3d110/go.mod h1:SVyERMThmMXGTdle/9MdRuX2Ae7eVY9qDVartYXIx7E=
github.com/containers/buildah v1.37.1-0.20241023161207-9665efd7120e h1:PEoSbsNyv43uVFF+asdJFaBe58uyPpd6wrLfuAR75e8=
github.com/containers/buildah v1.37.1-0.20241023161207-9665efd7120e/go.mod h1:iEAf1rpQW/C+l87KLtDMVUvvyT64Lz5QJP7HmCWQ6Os=
github.com/containers/common v0.60.1-0.20241018183244-7e6f2b4d6de7 h1:EFzq3sjwy0vBr9RoZPzTbtoGZR4hoZsmgxuIs5Uc5FA=
github.com/containers/common v0.60.1-0.20241018183244-7e6f2b4d6de7/go.mod h1:T8vpUWd7AspK7CMELf/c+NCZB6bKrRkLriRCspdFGyQ=
github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6JXHGTUje2ZYobNrkg=
Expand Down
5 changes: 4 additions & 1 deletion vendor/github.com/containers/buildah/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions vendor/github.com/containers/buildah/add.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions vendor/github.com/containers/buildah/add_common.go

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/containers/buildah/add_linux.go

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ github.com/containernetworking/cni/pkg/version
# github.com/containernetworking/plugins v1.5.1
## explicit; go 1.20
github.com/containernetworking/plugins/pkg/ns
# github.com/containers/buildah v1.37.1-0.20241018144937-2551c8f3d110
# github.com/containers/buildah v1.37.1-0.20241023161207-9665efd7120e
## explicit; go 1.22.0
github.com/containers/buildah
github.com/containers/buildah/bind
Expand Down Expand Up @@ -903,7 +903,6 @@ github.com/opencontainers/runc/libcontainer/cgroups/fscommon
github.com/opencontainers/runc/libcontainer/configs
github.com/opencontainers/runc/libcontainer/devices
github.com/opencontainers/runc/libcontainer/user
github.com/opencontainers/runc/libcontainer/userns
github.com/opencontainers/runc/libcontainer/utils
# github.com/opencontainers/runtime-spec v1.2.0
## explicit
Expand Down

0 comments on commit c4e743d

Please sign in to comment.