Skip to content

Commit

Permalink
Merge pull request #9640 from hjiawei/sem-2204
Browse files Browse the repository at this point in the history
Build with semaphore Ubuntu 22.04
  • Loading branch information
hjiawei authored Dec 27, 2024
2 parents 0420350 + 3699e49 commit 810091a
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 480 deletions.
2 changes: 1 addition & 1 deletion .semaphore/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Felix
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/license-scanning/fossa-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Run Fossa Scan
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/push-images/alp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish ALP images
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/push-images/apiserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish apiserver images
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/push-images/calicoctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish calicoctl images
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/push-images/cni-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish cni-plugin images
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/push-images/key-cert-provisioner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish key-cert-provisioner images
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/push-images/kube-controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish kube-controllers images
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/push-images/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish node images
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/push-images/pod2daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish pod2daemon images
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/push-images/typha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish typha images
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204

execution_time_limit:
minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/release/cut-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create new release branch
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204
execution_time_limit:
minutes: 30

Expand Down
2 changes: 1 addition & 1 deletion .semaphore/release/hashrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish hashrelease
agent:
machine:
type: f1-standard-4
os_image: ubuntu2004
os_image: ubuntu2204
execution_time_limit:
hours: 4

Expand Down
2 changes: 1 addition & 1 deletion .semaphore/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish official release
agent:
machine:
type: f1-standard-4
os_image: ubuntu2004
os_image: ubuntu2204
execution_time_limit:
minutes: 800
blocks:
Expand Down
30 changes: 5 additions & 25 deletions .semaphore/semaphore-scheduled-builds.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 5 additions & 25 deletions .semaphore/semaphore.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml.d/01-preamble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ execution_time_limit:
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
os_image: ubuntu2204
auto_cancel:
running:
when: "branch != 'master'"
Expand Down
4 changes: 0 additions & 4 deletions .semaphore/semaphore.yml.d/blocks/20-apiserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
dependencies:
- Prerequisites
task:
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
prologue:
commands:
- cd apiserver
Expand Down
8 changes: 4 additions & 4 deletions .semaphore/semaphore.yml.d/blocks/20-felix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
dependencies:
- Prerequisites
task:
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
prologue:
commands:
- cd felix
Expand Down Expand Up @@ -130,6 +126,10 @@
dependencies:
- "Felix: Build"
task:
agent:
machine:
type: f1-standard-4
os_image: ubuntu2004
prologue:
commands:
- cd felix
Expand Down
4 changes: 0 additions & 4 deletions .semaphore/semaphore.yml.d/blocks/20-kube-controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
dependencies:
- Prerequisites
task:
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
prologue:
commands:
- cd kube-controllers
Expand Down
4 changes: 0 additions & 4 deletions .semaphore/semaphore.yml.d/blocks/20-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
dependencies:
- "Node: Build"
task:
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
prologue:
commands:
- cd node
Expand Down
4 changes: 0 additions & 4 deletions .semaphore/semaphore.yml.d/blocks/20-typha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
dependencies:
- Prerequisites
task:
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
prologue:
commands:
- cd typha
Expand Down
4 changes: 0 additions & 4 deletions .semaphore/semaphore.yml.d/blocks/30-key-cert-provisioner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
dependencies:
- Prerequisites
task:
agent:
machine:
type: f1-standard-2
os_image: ubuntu2004
prologue:
commands:
- cd key-cert-provisioner
Expand Down
Loading

0 comments on commit 810091a

Please sign in to comment.