GG
Size: a a a
GG
A
GG
A
GG
PG
GG
expire_in: 4 hrs
? 🤨 (registry пустой, раннеры свои)GG
PG
SC
gitlab_1 | 2020-06-21 18:08:21,290 INFO exited: gitlab-pages (exit status 1; not expected)
gitlab_1 | 2020-06-21 18:08:23,294 INFO spawned: 'gitlab-pages' with pid 880
gitlab_1 | 2020-06-21 18:08:23,312 INFO exited: gitlab-pages (exit status 1; not expected)
gitlab_1 | 2020-06-21 18:08:26,317 INFO spawned: 'gitlab-pages' with pid 885
gitlab_1 | 2020-06-21 18:08:26,334 INFO exited: gitlab-pages (exit status 1; not expected)
gitlab_1 | 2020-06-21 18:08:27,335 INFO gave up: gitlab-pages entered FATAL state, too many start retries too quickly
time="2020-06-21T17:47:11+03:00" level=info msg="GitLab Pages Daemon" revision=c94ba37 version=1.18.0
time="2020-06-21T17:47:11+03:00" level=info msg="URL: https://gitlab.com/gitlab-org/gitlab-pages"
time="2020-06-21T17:47:11+03:00" level=fatal msg="Using invalid arguments, use -config=gitlab-pages-config file instead" error="invalid command line arguments: -auth-client-id, -auth-client-secret, -auth-secret"
PG
expire_in: 4 hrs
? 🤨 (registry пустой, раннеры свои)expire_in
не работает на gitlab.com 🤦♂️GM
expire_in
не работает на gitlab.com 🤦♂️AG
SP
M
qa-report:
stage: report
image: .../allure:latest
dependencies: ["qa-tests"]
script:
- pwd
artifacts:
paths:
- /allure-report
tags:
- reindexer-nop
dockerfile
FROM openjdk:8-jre
ADD https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.13.4/allure-commandline-2.13.4.tgz /allure-commandline-2.13.4.tgz
RUN apt-get update \
&& apt-get install tar \
&& tar -xvf allure-commandline-2.13.4.tgz \
&& chmod -R +x /allure-2.13.4/bin
VOLUME ["/allure-results"]
VOLUME ["/allure-report"]
WORKDIR /allure-2.13.4/bin
CMD ./allure generate /allure-results -o /allure-report --clean
GG
qa-report:
stage: report
image: .../allure:latest
dependencies: ["qa-tests"]
script:
- pwd
artifacts:
paths:
- /allure-report
tags:
- reindexer-nop
dockerfile
FROM openjdk:8-jre
ADD https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.13.4/allure-commandline-2.13.4.tgz /allure-commandline-2.13.4.tgz
RUN apt-get update \
&& apt-get install tar \
&& tar -xvf allure-commandline-2.13.4.tgz \
&& chmod -R +x /allure-2.13.4/bin
VOLUME ["/allure-results"]
VOLUME ["/allure-report"]
WORKDIR /allure-2.13.4/bin
CMD ./allure generate /allure-results -o /allure-report --clean
GG
GG
СВ
volumes = ["/path/to/volume/in/container"]
GG
volumes = ["/path/to/volume/in/container"]