Skip to content

Commit

Permalink
DO NOT MERGE: vendor in buildah @ v1.37.1-0.20241107143220-d655c589a7bc
Browse files Browse the repository at this point in the history
This is a JUNK COMMIT from buildah-vendor-treadmill 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 Nov 7, 2024
1 parent e3770f5 commit de6032b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 22 deletions.
60 changes: 42 additions & 18 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,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 @@ -441,7 +442,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 @@ -509,7 +511,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 @@ -536,7 +539,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 @@ -566,7 +570,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 @@ -595,7 +600,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 @@ -627,7 +633,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 @@ -662,7 +669,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
matrix: &fedora_vm_axis
- env:
DISTRO_NV: ${FEDORA_NAME}
Expand All @@ -689,7 +697,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 @@ -712,7 +721,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 @@ -734,7 +744,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 @@ -767,7 +778,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 @@ -793,7 +805,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 @@ -849,7 +862,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 @@ -866,7 +880,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 @@ -918,7 +933,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 @@ -944,7 +960,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 @@ -976,6 +993,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 @@ -996,7 +1019,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 @@ -13,7 +13,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.20241104213057-0dc5f958934a
github.com/containers/buildah v1.37.1-0.20241107143220-d655c589a7bc
github.com/containers/common v0.60.1-0.20241106101802-8130e31c0832
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/gvisor-tap-vsock v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,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.20241104213057-0dc5f958934a h1:0ZkxeT5b46pyfvwnplL3yxI4XscQXFoXWVpn619qIYA=
github.com/containers/buildah v1.37.1-0.20241104213057-0dc5f958934a/go.mod h1:zyzg/OC40RZUl6NxvPkBHjaPHKFNGsAMyd8JrbseNwE=
github.com/containers/buildah v1.37.1-0.20241107143220-d655c589a7bc h1:5g1VwsRVfJEMybzydPiwdMbdjx4XPvB7yRVz0Ohn4kY=
github.com/containers/buildah v1.37.1-0.20241107143220-d655c589a7bc/go.mod h1:lX5llr96EpAT44YLZg2zGlgiQiBakJhOnSBRQzWq6E0=
github.com/containers/common v0.60.1-0.20241106101802-8130e31c0832 h1:bu0QHPZns2JbbaEArh+Khs9ajAoX8/biSdBYWAD+/Ec=
github.com/containers/common v0.60.1-0.20241106101802-8130e31c0832/go.mod h1:7MOGFZ12UTBYSPxvQpBBJHTbHho0qizdMR6MlDZwGBA=
github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6JXHGTUje2ZYobNrkg=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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.20241104213057-0dc5f958934a
# github.com/containers/buildah v1.37.1-0.20241107143220-d655c589a7bc
## explicit; go 1.22.0
github.com/containers/buildah
github.com/containers/buildah/bind
Expand Down

0 comments on commit de6032b

Please sign in to comment.