Skip to content

Commit

Permalink
🧪 test(e2e): node image slim
Browse files Browse the repository at this point in the history
Signed-off-by: yi-ge-dian <1085266008@qq.com>
  • Loading branch information
yi-ge-dian committed Aug 15, 2023
1 parent 61529a6 commit 7342b00
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 44 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ jobs:
strategy:
matrix:
case:
# - name: knative http e2e test
# e2e: "test/e2e/knative-http/e2e.yaml"
# - name: knative cloudevent e2e test
# e2e: "test/e2e/knative-cloudevent/e2e.yaml"
# - name: knative event e2e test
# e2e: "test/e2e/knative-event/e2e.yaml"
# - name: knative openfunction bindings e2e test
# e2e: "test/e2e/knative-openfunction-bindings/e2e.yaml"
# - name: knative openfunction pubsub e2e test
# e2e: "test/e2e/knative-openfunction-pubsub/e2e.yaml"
# - name: async openfunction bindings e2e test
# e2e: "test/e2e/async-openfunction-bindings/e2e.yaml"
# - name: async openfunction pubsub e2e test
# e2e: "test/e2e/async-openfunction-pubsub/e2e.yaml"
- name: knative http e2e test
e2e: "test/e2e/knative-http/e2e.yaml"
- name: knative cloudevent e2e test
e2e: "test/e2e/knative-cloudevent/e2e.yaml"
- name: knative event e2e test
e2e: "test/e2e/knative-event/e2e.yaml"
- name: knative openfunction bindings e2e test
e2e: "test/e2e/knative-openfunction-bindings/e2e.yaml"
- name: knative openfunction pubsub e2e test
e2e: "test/e2e/knative-openfunction-pubsub/e2e.yaml"
- name: async openfunction bindings e2e test
e2e: "test/e2e/async-openfunction-bindings/e2e.yaml"
- name: async openfunction pubsub e2e test
e2e: "test/e2e/async-openfunction-pubsub/e2e.yaml"
- name: knative openfunction state e2e test
e2e: "test/e2e/knative-openfunction-state/e2e.yaml"
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/knative-cloudevent/Dockerfile.knative.cloudevent
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/knative-event/Dockerfile.knative.event
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/knative-http/Dockerfile.knative.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Node.js 14 as the base image
FROM node:14
FROM node:16.17.0-bullseye-slim

# Set working directory
WORKDIR /ff
Expand Down

0 comments on commit 7342b00

Please sign in to comment.