[aliryan@localhost fastforward]$ ./ocm-ci-fastforward-commands.sh /tmp/wmco-dkwNI INFO Checking settings REPO_OWNER = openshift REPO_NAME = windows-machine-config-operator JOB_TYPE = postsubmit GITHUB_USER = alinaryan GITHUB_TOKEN_FILE = SOURCE_BRANCH = master DESTINATION_BRANCH = community-4.13 INFO Cloning community-4.13 Cloning into 'windows-machine-config-operator'... warning: redirecting to https://github.com/openshift/windows-machine-config-operator.git/ remote: Enumerating objects: 28298, done. remote: Counting objects: 100% (456/456), done. remote: Compressing objects: 100% (295/295), done. remote: Total 28298 (delta 189), reused 367 (delta 135), pack-reused 27842 Receiving objects: 100% (28298/28298), 23.91 MiB | 13.45 MiB/s, done. Resolving deltas: 100% (15784/15784), done. INFO Changing into repo directory INFO Pulling from master into community-4.13 warning: redirecting to https://github.com/openshift/windows-machine-config-operator.git/ From https://github.com/openshift/windows-machine-config-operator * branch master -> FETCH_HEAD Updating 7a89722c..f6da7e03 Fast-forward .gitmodules | 4 +- bundle/manifests/windows-instance-config-daemon_rbac.authorization.k8s.io_v1_clusterrolebinding.yaml | 13 - bundle/manifests/windows-instance-config-daemon_rbac.authorization.k8s.io_v1_rolebinding.yaml | 13 - bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml | 16 + cloud-provider-azure | 2 +- cmd/daemon/bootstrap.go | 2 +- cmd/daemon/cleanup.go | 7 +- cmd/daemon/controller.go | 2 +- cmd/daemon/main.go | 5 + cmd/operator/main.go | 5 + config/rbac/role.yaml | 16 + config/wicd/kustomization.yaml | 2 - config/wicd/windows-instance-config-daemon-cluster-role-binding.yaml | 11 - config/wicd/windows-instance-config-daemon-role-binding.yaml | 11 - containerd | 2 +- containernetworking-plugins | 2 +- controllers/configmap_controller.go | 107 + controllers/controllers.go | 10 +- controllers/windowsmachine_controller.go | 16 +- hack/common.sh | 2 +- hack/run-ci-e2e-test.sh | 14 +- hcsshim | 2 +- kubelet | 2 +- ovn-kubernetes | 2 +- pkg/daemon/cleanup/cleanup.go | 17 +- pkg/daemon/controller/controller.go | 17 +- pkg/daemon/controller/controller_test.go | 16 +- pkg/daemon/fake/manager.go | 4 + pkg/daemon/manager/manager.go | 8 + pkg/internal/containerd_conf.toml | 2 +- pkg/nodeconfig/nodeconfig.go | 24 +- pkg/nodeutil/nodeutil.go | 2 +- pkg/services/services.go | 4 +- pkg/windows/windows.go | 218 +- test/e2e/certificates_test.go | 2 +- test/e2e/create_test.go | 8 +- test/e2e/delete_test.go | 6 +- test/e2e/main_test.go | 10 +- test/e2e/metrics_test.go | 20 +- test/e2e/network_test.go | 26 +- test/e2e/providers/aws/aws.go | 299 +- test/e2e/reconfigure_test.go | 6 +- test/e2e/secrets_test.go | 6 +- test/e2e/upgrade_test.go | 30 +- test/e2e/validation_test.go | 26 +- test/e2e/wmco_test.go | 2 +- vendor/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go | 2250 ----- vendor/github.com/aws/aws-sdk-go/service/iam/api.go | 37740 --------------------------------------------------------------------------- vendor/github.com/aws/aws-sdk-go/service/iam/doc.go | 33 - vendor/github.com/aws/aws-sdk-go/service/iam/errors.go | 200 - vendor/github.com/aws/aws-sdk-go/service/iam/service.go | 98 - vendor/github.com/aws/aws-sdk-go/service/iam/waiters.go | 214 - vendor/modules.txt | 2 - 53 files changed, 477 insertions(+), 41081 deletions(-) delete mode 100644 bundle/manifests/windows-instance-config-daemon_rbac.authorization.k8s.io_v1_clusterrolebinding.yaml delete mode 100644 bundle/manifests/windows-instance-config-daemon_rbac.authorization.k8s.io_v1_rolebinding.yaml delete mode 100644 config/wicd/windows-instance-config-daemon-cluster-role-binding.yaml delete mode 100644 config/wicd/windows-instance-config-daemon-role-binding.yaml delete mode 100644 vendor/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go delete mode 100644 vendor/github.com/aws/aws-sdk-go/service/iam/api.go delete mode 100644 vendor/github.com/aws/aws-sdk-go/service/iam/doc.go delete mode 100644 vendor/github.com/aws/aws-sdk-go/service/iam/errors.go delete mode 100644 vendor/github.com/aws/aws-sdk-go/service/iam/service.go delete mode 100644 vendor/github.com/aws/aws-sdk-go/service/iam/waiters.go INFO Pushing the following commits to origin/community-4.13 f6da7e035d4f0682da37c20d6b6aa7b627a4d08b (HEAD -> community-4.13, origin/release-4.14, origin/release-4.13, origin/master, origin/HEAD) Merge pull request #1394 from alinaryan/upstream/master-submodule-update-01-20 a9ba1419093ba65ea0494a2d2554a41fdd467308 Merge pull request #1332 from mansikulkarni96/WINC-733 b01acab0b5e8ca10e570f6c34f292ca3cec9e097 [controllers] Cleanup using WICD command be6bf184f69d8c1f202bb61e95e4f8e4936c371d [windows] Ensure WICD is deconfigured before bootstrap 76280c74da1ed3ee132fa0b9b9b71211b14ad442 [wicd] Remove node deletion logic from WICD cleanup command 0709d558fbf6b0a419989815a8fe28847c42fb67 [daemon] Close service and service manager handler 8968b0198a961cf1adefc4bf32719ee21314d6ce Fix link to best-effort cleanup story 7656fdfb4375eba19054263fa12ae0a8c73edd90 [submodule][cloud-provider-azure] Update to 1ee2a41f7 4eb8ea787e998c0680ae7f17998ce5347ab15728 [submodule][kubelet] Update to 7dab57f2302 e21aa646da2d3a760da0b34a4dffb08f7c5bf6c9 [submodule][containernetworking-plugins] Update to 4946414 5de55747cac3ed066a9ded16bf748c4bb6b8dbc1 [submodule][ovn-kubernetes] Update to ffb8cee00 a560bfe44aa85083938383c795c515e93c7ee1ae Merge pull request #1386 from sebsoto/deletionErrors fad3a9672bdf5d541386036667f4a691ce0d2a3f [windows] Check for error when deleting dir d2a9c955e1570c63fbfc2fb1bcba81aa17f70c67 Merge pull request #1371 from wgahnagl/bump_pauseimage f1714d7889ae2566b5030b0527c920db909acd72 Merge pull request #1378 from saifshaikh48/machine-node-deconfig 841fe895a83361c707da37234aebbc91c952bd0e [build] bumps pause image to 3.9 9fc444122f9d4a96a916ef5e7ebd2b86ff3854dc Merge pull request #1380 from aravindhp/containerd-v1.6.15+hcsshim-v0.9.6 6a4e5f8b50cbb3f1187b7e42a1e7926847f613a4 [submodule][hcsshim] Update to 5d5b2108 de2b1830d28d2de6e07ef23eed529ebba22e3ed2 [submodule][containerd] Update to 549acd808 cf0baa75a786ad18868ec032ef0c77ac5d7efe85 [wm_controller] Fix Machine node upgrades 4f0d7e9c0dc289f55f79a8616933b7e971834533 Merge pull request #1367 from saifshaikh48/consolidate-e2e-curler-jobs 5d3abba399ed1055c6ccce810157370eb11aec73 Merge pull request #1369 from saifshaikh48/fix-wicd0-rbac 156c59830a89a6868ebe7ce467f3a74a6006c5e1 Merge pull request #1365 from sebsoto/awsChanges dba6f62e04507a3b1d9441fbee0d29b930bcf61c [test] Enable testing WMCO in different namespaces ee51a1a8840a86e5408a28d3c74721ed034da799 [bundle][config] WMCO creates WICD RBAC resources 95eb2caaff217ffb6c5d2f11b70e8acd89ee056f [vendor] Remove unused AWS dependencies 91fa17d1db0d0afe39863a45b48afa04196daaa2 [test] Reduce AWS API calls fe833c51346786654f518d70c32d7d9314df1730 [e2e] Modularize linux curler job creation c78cbc752cc8d6e95b09f635ce528acc0e2501c7 [wicd] Add namespace parameter to WICD commands INFO Fast forward complete