Skip to content

Commit

Permalink
e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoku committed Sep 30, 2024
1 parent d3cdb46 commit c221049
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ resources:
source: \Public Cloud ARO pipelines\CI\CI
trigger: true
containers:
- container: container
image: registry.access.redhat.com/ubi8/toolbox:8.8
options: --user=0 --privileged -v /dev/shm:/dev/shm --device /dev/net/tun --name vpn
- container: golang
image: mcr.microsoft.com/onebranch/cbl-mariner/build:2.0
options: --user=0

# Azure DevOps Pipeline running e2e tests
variables:
Expand All @@ -26,7 +26,6 @@ jobs:

- script: |
set -xe
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install -y make
displayName: Setup (Container)
target: container
Expand All @@ -36,11 +35,11 @@ jobs:
azureDevOpsJSONSPN: $(aro-v4-e2e-devops-spn)

- script: |
set -e
set -xe
# retrieve the oc cli
wget -nv https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/$(OpenShiftCLIVersion)/openshift-client-linux-$(OpenShiftCLIVersion).tar.gz
tar xf openshift-client-linux-$(OpenShiftCLIVersion).tar.gz
OCP_VERSION=4.14.37 OC=./oc make validate-roledef
displayName: Run check
target: container

0 comments on commit c221049

Please sign in to comment.