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

Build calico windows upgrade image #1278

Merged
merged 16 commits into from
Oct 29, 2021
Prev Previous commit
Next Next commit
Run windows image build in separate job
  • Loading branch information
lmm committed Oct 29, 2021
commit b29f1f58824b2368fe6d532b225598cce52f305d
6 changes: 5 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ blocks:
dependencies: []
task:
jobs:
- name: "Build All Images"
- name: "Build all node images"
execution_time_limit:
minutes: 120
commands:
- TEST_IMAGE_BUILD=true make image-all
- name: "Build Windows images"
execution_time_limit:
minutes: 120
commands:
- make build-windows-upgrade-archive image-tar-windows-all

- name: "General Tests"
Expand Down