Skip to content

build-sys: Drop gangplank-check out of make check#2895

Merged
jlebon merged 1 commit intocoreos:mainfrom
cgwalters:no-gangplank-units
Jun 2, 2022
Merged

build-sys: Drop gangplank-check out of make check#2895
jlebon merged 1 commit intocoreos:mainfrom
cgwalters:no-gangplank-units

Conversation

@cgwalters
Copy link
Copy Markdown
Member

We're not heavily using/developing gangplank right now, and the
unit tests suddenly started failing for reasons that aren't
obvious to me.

Turn them off by default for now.

We're not heavily using/developing gangplank right now, and the
unit tests suddenly started failing for reasons that aren't
obvious to me.

Turn them off by default for now.
@cgwalters
Copy link
Copy Markdown
Member Author

Hum, something is clearly going bad inside the Jenkins CI suddenly:

[2022-06-02T15:47:40.240Z] /home/jenkins/agent/workspace/coreos-assembler_PR-2895@tmp/durable-cdae000f/script.sh: line 6: cosa: command not found

OK, because...the build phase didn't work, yet claimed success:

[2022-06-02T15:46:17.041Z] fatal: bad object 60564c99decd4ed526839b38d2560eb3e0cb2273

Copy link
Copy Markdown
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah, failed on the race. Can you inline this into #2892?

Well actually, we're well past that stage in CI so let's just get this in.

@jlebon
Copy link
Copy Markdown
Member

jlebon commented Jun 2, 2022

Hum, something is clearly going bad inside the Jenkins CI suddenly:

[2022-06-02T15:47:40.240Z] /home/jenkins/agent/workspace/coreos-assembler_PR-2895@tmp/durable-cdae000f/script.sh: line 6: cosa: command not found

OK, because...the build phase didn't work, yet claimed success:

[2022-06-02T15:46:17.041Z] fatal: bad object 60564c99decd4ed526839b38d2560eb3e0cb2273

OK yeah, that's pretty bad. Filed #2897.

@dustymabe
Copy link
Copy Markdown
Member

It turns out these failing tests were trying to tell us something. Apparently a new release of minio isn't behaving and it's now causing our multi-arch builds to fail (files that get copied back are directories instead of files).

# GOOD VERSION
$ minio --version
minio version RELEASE.2022-05-26T05-48-41Z


# BAD VERSION
$ minio --version
minio version RELEASE.2022-06-02T16-16-26Z

Let's freeze on the previous version for now while we sort out the future of gangplank.

dustymabe added a commit to dustymabe/coreos-assembler that referenced this pull request Jun 3, 2022
The new version is causing issues with files being transferred back
being directories and not files and other general issues.

See coreos#2895 (comment)
dustymabe added a commit that referenced this pull request Jun 3, 2022
The new version is causing issues with files being transferred back
being directories and not files and other general issues.

See #2895 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants