Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing CI #2178

Merged
merged 5 commits into from
Nov 6, 2022
Merged

Fixing CI #2178

merged 5 commits into from
Nov 6, 2022

Conversation

linzhp
Copy link
Collaborator

@linzhp linzhp commented Oct 30, 2022

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

CI is using a unsupported platform ubuntu2104, causing errors like this: https://buildkite.com/bazel/rules-docker-docker/builds/6518#0183f6b9-a939-4a3b-be1b-dffddcb53c1c/107-118

What is the new behavior?

Using ubuntu2004 because the latest ubuntu2204 does not have docker installed. This PR also removed tests that compares digests, because they are change detector tests. This fixed those tests on both Linux and macOS, allowing us to run more tests on macOS

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@linzhp linzhp changed the title Using ubuntu2204 for CI Fixing CI Nov 6, 2022
tests/container/image_test.py Show resolved Hide resolved
.bazelci/presubmit.yml Show resolved Hide resolved
@gravypod gravypod self-requested a review November 6, 2022 20:44
@gravypod gravypod merged commit 6b599e8 into bazelbuild:master Nov 6, 2022
@linzhp linzhp deleted the ci branch November 6, 2022 21:14
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.

2 participants