Skip to content

Commit

Permalink
ci: Bump CI workflows to use :teleport17 buildbox (#44263)
Browse files Browse the repository at this point in the history
Update the workflows that use the :teleport16 buildbox to use
:teleport17. This should have been done when the v16 release branch was
cut.
  • Loading branch information
camscale committed Jul 16, 2024
1 parent a9ebdaf commit b291e27
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-e2e-tests-non-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
id-token: write

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
env:
WEBASSETS_SKIP_BUILD: 1
options: --cap-add=SYS_ADMIN --privileged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bloat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport16-amd64
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport17-amd64

steps:
- name: Checkout base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport16-amd64
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport17-amd64
env:
GOCACHE: /tmp/gocache

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flaky-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
packages: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
env:
TELEPORT_ETCD_TEST: yes
TELEPORT_ETCD_TEST_ENDPOINT: https://etcd0:2379
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-non-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
packages: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
env:
TELEPORT_ETCD_TEST: yes
TELEPORT_ETCD_TEST_ENDPOINT: https://etcd0:2379
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
options: --cap-add=SYS_ADMIN --privileged
env:
WEBASSETS_SKIP_BUILD: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kube-integration-tests-non-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
packages: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
env:
WEBASSETS_SKIP_BUILD: 1
options: --cap-add=SYS_ADMIN --privileged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Prettier, ESLint, & TSC
runs-on: ubuntu-latest
container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
steps:
- name: Checkout OSS Teleport
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17

steps:
- name: Checkout
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/os-compatibility-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport16-amd64
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport17-amd64
env:
GOCACHE: /tmp/gocache
WEBASSETS_SKIP_BUILD: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
packages: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
env:
TELEPORT_ETCD_TEST: yes
TELEPORT_ETCD_TEST_ENDPOINT: https://etcd0:2379
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
env:
# TODO(hugoShaka) remove the '-new' prefix when updating to teleport13 buildbox
HELM_PLUGINS: /home/ci/.local/share/helm/plugins-new
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
options: --cap-add=SYS_ADMIN --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
options: --cap-add=SYS_ADMIN --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Test UI
runs-on: ubuntu-latest
container:
image: ghcr.io/gravitational/teleport-buildbox:teleport16
image: ghcr.io/gravitational/teleport-buildbox:teleport17
# See https://github.com/gravitational/teleport/blob/2aaa3ec9a129213db8a18083d5b4681f86328d34/web/packages/teleterm/src/agentCleanupDaemon/agentCleanupDaemon.test.ts#L82-L89
# for the original impetus for adding --init.
options: --init
Expand Down

0 comments on commit b291e27

Please sign in to comment.