Giter Club home page Giter Club logo

Comments (9)

t0yv0 avatar t0yv0 commented on June 16, 2024 1

aiven fixed by #371 I think - another major version out of sync issue.

from ci-mgmt.

t0yv0 avatar t0yv0 commented on June 16, 2024 1

So good news is that every single repository is now up to date with ci-mgmt fixes and next application of "Update GH workflows, ecosystem providers" with auto-merge should just work 🤞 unless we hit the non-deterministic failures once again.

from ci-mgmt.

t0yv0 avatar t0yv0 commented on June 16, 2024

Quick breakdown

*** aiven: make provider
aiven: make provider
Falling back to direct application...
no required module provides package github.com/pulumi/pulumi-aiven/provider/v5/cmd/pulumi-tfgen-aiven; to add it:
48
go get github.com/pulumi/pulumi-aiven/provider/v5/cmd/pulumi-tfgen-aiven

*** cloudflare: make lint_provider

Iterating over the patches folder in sorted order,

# apply the patch using a 3-way merge strategy. This mirrors the default behavior of `git merge`
cd upstream && \
	for patch in patches/0001-fork.patch patches/0002-Add-shim.patch; do git apply --3way ../$patch || exit 1; done
(cd provider && go build -p 1 -o /__w/pulumi-cloudflare/pulumi-cloudflare/bin/pulumi-tfgen-cloudflare -ldflags "-X github.com/pulumi/pulumi-cloudflare/provider/v4/pkg/version.Version=5.1.0-alpha.1679333196+6618b33f" github.com/pulumi/pulumi-cloudflare/provider/v4/cmd/pulumi-tfgen-cloudflare)
no required module provides package github.com/pulumi/pulumi-cloudflare/provider/v4/cmd/pulumi-tfgen-cloudflare; to add it:
	go get github.com/pulumi/pulumi-cloudflare/provider/v4/cmd/pulumi-tfgen-cloudflare

*** dnssimple: build_sdk (java) Check worktree clean
*** gitlab: build_sdk (python) Check worktree clean
*** kafka: build_sdk (python) Check worktree clean
*** kong: build_sdk (dotnet) Check worktree clean
*** mysql: build_sdk (dotnet) Check worktree clean
*** snowflake: build_sdk (java) Unable to download upstream
error: unable to find URL: "https://github.com/pulumi/pulumi-java/releases/download/v0.5.4/pulumi-language-java-v0.5.4-linux-amd64.tar.gz", received non 200 response code: 429

from ci-mgmt.

t0yv0 avatar t0yv0 commented on June 16, 2024

Looks like @iwahbe addressed the three pre-PR failures 💥 two repos got automerge enabled, and one got dropped from ci-mgmt as it's archived on GitHub. Excellent.

from ci-mgmt.

t0yv0 avatar t0yv0 commented on June 16, 2024

Fixes for all repos with red master. These are the same fix: dependabot PRs auto-managed go.mod/go.sum pseudo modules that are conflicting with what codegen generates. Should be straightforward:

pulumi/pulumi-dnsimple#131
pulumi/pulumi-kafka#142
pulumi/pulumi-kong#141
pulumi/pulumi-mysql#147

from ci-mgmt.

t0yv0 avatar t0yv0 commented on June 16, 2024

Snowflake just needed to be restarted. #377 to introduce retries.

from ci-mgmt.

t0yv0 avatar t0yv0 commented on June 16, 2024

Cloudflare problem is that ci-mgmt downgraded v5 to v4. Fix #378

from ci-mgmt.

t0yv0 avatar t0yv0 commented on June 16, 2024

gitlab is tricky. Can't repro locally. Restarted the workflow, maybe non-deterministic example generation? Or lack of hermetic guarantees over pulling upstream example data? Indeed restarting it passed it but it's not a good feeling.

from ci-mgmt.

t0yv0 avatar t0yv0 commented on June 16, 2024

Filed pulumi/pulumi-gitlab#224 for gitlab but it fixed itself by retrying.

from ci-mgmt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.