Skip to content

Commit

Permalink
test: running failing images only
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 28, 2024
1 parent 9178fca commit 867bf54
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
142 changes: 71 additions & 71 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,90 +27,90 @@ jobs:
# os_platform: linux/arm64
# target: app

- image_name: course-discovery
name: course discovery
os_platform: linux/arm64
target: dev
owning_team_email: [email protected]

- image_name: credentials
name: credentials
os_platform: linux/arm64
target: dev
owning_team_email: [email protected]
# - image_name: course-discovery
# name: course discovery
# os_platform: linux/arm64
# target: dev
# owning_team_email: [email protected]

- image_name: ecommerce
name: ecommerce
os_platform: linux/arm64
target: dev
# - image_name: credentials
# name: credentials
# os_platform: linux/arm64
# target: dev
# owning_team_email: [email protected]
#
# - image_name: ecommerce
# name: ecommerce
# os_platform: linux/arm64
# target: dev

- image_name: edx-analytics-dashboard
name: edx analytics dashboard
os_platform: linux/arm64
target: dev

- image_name: edx-analytics-data-api
name: edx analytics data api
os_platform: linux/arm64
target: dev

- image_name: edx-exams
name: edx exams
os_platform: linux/arm64
target: app

- dockerfile: edx-platform
image_name: cms-dev
name: lms
os_platform: linux/amd64,linux/arm64
target: development
build_args: |
SERVICE_VARIANT: cms
SERVICE_PORT: 18010
- dockerfile: edx-platform
image_name: lms-dev
name: lms
os_platform: linux/amd64,linux/arm64
target: development
build_args: |
SERVICE_VARIANT: lms
SERVICE_PORT: 18000
- image_name: edx-notes-api
name: edx notes api
os_platform: linux/arm64
target: dev
# - image_name: edx-analytics-data-api
# name: edx analytics data api
# os_platform: linux/arm64
# target: dev
#
# - image_name: edx-exams
# name: edx exams
# os_platform: linux/arm64
# target: app
#
# - dockerfile: edx-platform
# image_name: cms-dev
# name: lms
# os_platform: linux/amd64,linux/arm64
# target: development
# build_args: |
# SERVICE_VARIANT: cms
# SERVICE_PORT: 18010
#
# - dockerfile: edx-platform
# image_name: lms-dev
# name: lms
# os_platform: linux/amd64,linux/arm64
# target: development
# build_args: |
# SERVICE_VARIANT: lms
# SERVICE_PORT: 18000
#
# - image_name: edx-notes-api
# name: edx notes api
# os_platform: linux/arm64
# target: dev

- image_name: enterprise-access
name: enterprise access
os_platform: linux/arm64
target: devstack

- image_name: enterprise-catalog
name: enterprise catalog
os_platform: linux/arm64
target: legacy_devapp

- image_name: enterprise-subsidy
name: enterprise subsidy
os_platform: linux/arm64
target: devstack

- image_name: program-intent-engagement
name: program intent engagement
os_platform: linux/arm64
target: app

- image_name: registrar
name: registrar
os_platform: linux/arm64
target: dev

- image_name: xqueue
name: xqueue
os_platform: linux/arm64
target: dev
# - image_name: enterprise-catalog
# name: enterprise catalog
# os_platform: linux/arm64
# target: legacy_devapp
#
# - image_name: enterprise-subsidy
# name: enterprise subsidy
# os_platform: linux/arm64
# target: devstack
#
# - image_name: program-intent-engagement
# name: program intent engagement
# os_platform: linux/arm64
# target: app
#
# - image_name: registrar
# name: registrar
# os_platform: linux/arm64
# target: dev
#
# - image_name: xqueue
# name: xqueue
# os_platform: linux/arm64
# target: dev

steps:
- name: Get tag name
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/edx-analytics-dashboard.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && \
git && \
rm -rf /var/lib/apt/lists/*

RUN locale-gen=en_US.UTF-8
RUN locale-gen en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
Expand Down

0 comments on commit 867bf54

Please sign in to comment.